#1B5169

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

Shades of Arapawa #1B5169

Tints of Arapawa #1B5169

Color information

#1B5169 (or 0x1B5169) is unknown color: approx Arapawa. HEX triplet: 1B, 51 and 69. RGB value is (27,81,105). Sum of RGB (Red+Green+Blue) = 27+81+105=213 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.68% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #1B5169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5169 is #E4AE96. Grayscale: #434343. Windows color (decimal): -14986903 or 6902043. OLE color: 6902043.

HSL color Cylindrical-coordinate representation of color #1B5169: hue angle of 198.46º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B5169 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2781105-
CMYK0.740.2300.59
HSL198.46º59.09%25.88%-
HSV(B)198.46º74.29%41.18%-
XYZ5.947.1414.43-
YUV67.59149.1199.05-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.68%
GREEN value IS 81 (32.03% from 255) = 38.03%
BLUE value IS 105 (41.41% from 255) = 49.30%
R=12.68%
G=38.03%
B=49.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal27811050.740.2300.59198.4659.0925.88
Hex1B51694A1703Bc63b1a
Octal33121151112270733067332
Binary110111010001110100110010101011101110111100011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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