Html Css Color HEX #1F5468 Chathams Blue

📋 copy color: '#1F5468'

red 31 ◦ green 84 ◦ blue 104

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

Shades of Chathams Blue #1F5468

Tints of Chathams Blue #1F5468

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.36%

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

R = 14.16%
G = 38.36%
B = 47.49%

CMYK

 C value IS 0.70

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1F5468 (or 0x1F5468) is known color: Chathams Blue. HEX triplet: 1F, 54 and 68. RGB value is (31,84,104). Sum of RGB (Red+Green+Blue) = 31+84+104=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #1F5468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5468 is #E0AB97. Grayscale: #464646. Windows color (decimal): -14723992 or 6837279. OLE color: 6837279.

HSL color Cylindrical-coordinate representation of color #1F5468: hue angle of 196.44º 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 #1F5468 is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 31 84 104 -
CMYK 0.70 0.19 0 0.59
HSL 196.44º 0.54% 0.26% -
HSV(B) 196.44º 0.7% 0.41% -
XYZ 6.23 7.63 14.24 -
YUV 70.43 146.94 99.87 -
System Red Green Blue C M Y K H S L
Decimal 31 84 104 0.70 0.19 0 0.59 196.44 0.54 0.26
Hex 1F 54 68 46 13 0 3B C4 36 1A
Octal 37 124 150 106 23 0 73 304 66 32
Binary 11111 1010100 1101000 1000110 10011 0 111011 11000100 110110 11010

Color Harmonies of #1F5468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5468

Black with #1F5468

Text Example


Text Example

White with #1F5468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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