#1B5163

Color #1B5163 Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #1B5163

Tints of Arapawa #1B5163

Color information

#1B5163 (or 0x1B5163) is unknown color: approx Arapawa. HEX triplet: 1B, 51 and 63. RGB value is (27,81,99). Sum of RGB (Red+Green+Blue) = 27+81+99=207 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.04% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #1B5163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5163 is #E4AE9C. Grayscale: #424242. Windows color (decimal): -14986909 or 6508827. OLE color: 6508827.

HSL color Cylindrical-coordinate representation of color #1B5163: hue angle of 195º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B5163 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB278199-
CMYK0.730.1800.61
HSL195º57.14%24.71%-
HSV(B)195º72.73%38.82%-
XYZ5.657.0212.86-
YUV66.91146.1199.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 13.04%
GREEN value IS 81 (32.03% from 255) = 39.13%
BLUE value IS 99 (39.06% from 255) = 47.83%
R=13.04%
G=39.13%
B=47.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2781990.730.1800.6119557.1424.71
Hex1B5163491203Dc33919
Octal33121143111220753037131
Binary110111010001110001110010011001001111011100001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B5163; }

 p { color: rgb(27,81,99); }

 H1.HeaderClassName
 {
   color: #1B5163;
 }
 .AnyTagClassName
 {
   color: #1B5163;
 }
</style>
background-color css

<style>
 a { background-color: #1B5163; }

 a { background-color: rgb(27,81,99); }

 div.DivClassName
 {
   background-color: #1B5163;
 }
 .BgClassName
 {
   background-color: #1B5163;
 }
</style>
border-color css

<style>
 span { border-color: #1B5163; }

 span { border-color: rgb(27,81,99); }

 td.TdClassName
 {
   border-color: #1B5163;
 }
 .TagClassName
 {
   border-color: #1B5163;
 }
</style>