Html Css Color HEX #1F5369 Chathams Blue

📋 copy color: '#1F5369'

red 31 ◦ green 83 ◦ blue 105

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

Shades of Chathams Blue #1F5369

Tints of Chathams Blue #1F5369

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.9%

 BLUE value IS 105 (41.41% from 255) = 47.95%

R = 14.16%
G = 37.9%
B = 47.95%

CMYK

 C value IS 0.70

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1F5369 (or 0x1F5369) is known color: Chathams Blue. HEX triplet: 1F, 53 and 69. RGB value is (31,83,105). Sum of RGB (Red+Green+Blue) = 31+83+105=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #1F5369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5369 is #E0AC96. Grayscale: #454545. Windows color (decimal): -14724247 or 6902559. OLE color: 6902559.

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

Color convert

RGB 31 83 105 -
CMYK 0.70 0.21 0 0.59
HSL 197.84º 0.54% 0.27% -
HSV(B) 197.84º 0.7% 0.41% -
XYZ 6.21 7.5 14.48 -
YUV 69.96 147.77 100.21 -
System Red Green Blue C M Y K H S L
Decimal 31 83 105 0.70 0.21 0 0.59 197.84 0.54 0.27
Hex 1F 53 69 46 15 0 3B C6 36 1B
Octal 37 123 151 106 25 0 73 306 66 33
Binary 11111 1010011 1101001 1000110 10101 0 111011 11000110 110110 11011

Color Harmonies of #1F5369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5369

Black with #1F5369

Text Example


Text Example

White with #1F5369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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