#1F5469

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

Shades of Chathams Blue #1F5469

Tints of Chathams Blue #1F5469

Color information

#1F5469 (or 0x1F5469) is unknown color: approx Chathams Blue. HEX triplet: 1F, 54 and 69. RGB value is (31,84,105). Sum of RGB (Red+Green+Blue) = 31+84+105=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #1F5469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5469 is #E0AB96. Grayscale: #464646. Windows color (decimal): -14723991 or 6902815. OLE color: 6902815.

HSL color Cylindrical-coordinate representation of color #1F5469: hue angle of 197.03º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F5469 is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3184105-
CMYK0.700.2000.59
HSL197.03º54.41%26.67%-
HSV(B)197.03º70.48%41.18%-
XYZ6.297.6514.51-
YUV70.55147.4499.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.09%
GREEN value IS 84 (33.20% from 255) = 38.18%
BLUE value IS 105 (41.41% from 255) = 47.73%
R=14.09%
G=38.18%
B=47.73%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal31841050.700.2000.59197.0354.4126.67
Hex1F5469461403Bc5361b
Octal37124151106240733056633
Binary111111010100110100110001101010001110111100010111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,84,105); }

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

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

 a { background-color: rgb(31,84,105); }

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

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

 span { border-color: rgb(31,84,105); }

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