Html Css Color HEX #1F5568 Chathams Blue

📋 copy color: '#1F5568'

red 31 ◦ green 85 ◦ blue 104

#1F5568
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chathams Blue #1F5568

Tints of Chathams Blue #1F5568

RGB

 RED value IS 31 (12.5% from 255) = 14.09%

 GREEN value IS 85 (33.59% from 255) = 38.64%

 BLUE value IS 104 (41.02% from 255) = 47.27%

R = 14.09%
G = 38.64%
B = 47.27%

CMYK

 C value IS 0.70

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1F5568 (or 0x1F5568) is known color: Chathams Blue. HEX triplet: 1F, 55 and 68. RGB value is (31,85,104). Sum of RGB (Red+Green+Blue) = 31+85+104=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #1F5568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5568 is #E0AA97. Grayscale: #464646. Windows color (decimal): -14723736 or 6837535. OLE color: 6837535.

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

Color convert

RGB 31 85 104 -
CMYK 0.70 0.18 0 0.59
HSL 195.62º 0.54% 0.26% -
HSV(B) 195.62º 0.7% 0.41% -
XYZ 6.31 7.79 14.27 -
YUV 71.02 146.61 99.46 -
System Red Green Blue C M Y K H S L
Decimal 31 85 104 0.70 0.18 0 0.59 195.62 0.54 0.26
Hex 1F 55 68 46 12 0 3B C4 36 1A
Octal 37 125 150 106 22 0 73 304 66 32
Binary 11111 1010101 1101000 1000110 10010 0 111011 11000100 110110 11010

Color Harmonies of #1F5568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5568

Black with #1F5568

Text Example


Text Example

White with #1F5568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,85,104); }

 H1.HeaderClassName
 {
   color: #1F5568;
 }
 .AnyTagClassName
 {
   color: #1F5568;
 }
</style>

background-color css

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

 a { background-color: rgb(31,85,104); }

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

border-color css

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

 span { border-color: rgb(31,85,104); }

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