#1F5867

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

Shades of Chathams Blue #1F5867

Tints of Chathams Blue #1F5867

Color information

#1F5867 (or 0x1F5867) is unknown color: approx Chathams Blue. HEX triplet: 1F, 58 and 67. RGB value is (31,88,103). Sum of RGB (Red+Green+Blue) = 31+88+103=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 103 - color contains mainly: blue. Hex color #1F5867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5867 is #E0A798. Grayscale: #484848. Windows color (decimal): -14722969 or 6772767. OLE color: 6772767.

HSL color Cylindrical-coordinate representation of color #1F5867: hue angle of 192.5º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F5867 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3188103-
CMYK0.700.1500.60
HSL192.5º53.73%26.27%-
HSV(B)192.5º69.9%40.39%-
XYZ6.58.2514.08-
YUV72.67145.1298.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.96%
GREEN value IS 88 (34.77% from 255) = 39.64%
BLUE value IS 103 (40.62% from 255) = 46.40%
R=13.96%
G=39.64%
B=46.40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal31881030.700.1500.60192.553.7326.27
Hex1F586746F03Cc0361a
Octal37130147106170743006632
Binary11111101100011001111000110111101111001100000011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,88,103); }

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

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

 a { background-color: rgb(31,88,103); }

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

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

 span { border-color: rgb(31,88,103); }

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