Html Css Color HEX #1F506C Chathams Blue

📋 copy color: '#1F506C'

red 31 ◦ green 80 ◦ blue 108

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

Shades of Chathams Blue #1F506C

Tints of Chathams Blue #1F506C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.53%

 BLUE value IS 108 (42.58% from 255) = 49.32%

R = 14.16%
G = 36.53%
B = 49.32%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1F506C (or 0x1F506C) is known color: Chathams Blue. HEX triplet: 1F, 50 and 6C. RGB value is (31,80,108). Sum of RGB (Red+Green+Blue) = 31+80+108=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #1F506C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F506C is #E0AF93. Grayscale: #444444. Windows color (decimal): -14725012 or 7098399. OLE color: 7098399.

HSL color Cylindrical-coordinate representation of color #1F506C: hue angle of 201.82º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F506C is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 31 80 108 -
CMYK 0.71 0.26 0 0.58
HSL 201.82º 0.55% 0.27% -
HSV(B) 201.82º 0.71% 0.42% -
XYZ 6.14 7.11 15.24 -
YUV 68.54 150.27 101.22 -
System Red Green Blue C M Y K H S L
Decimal 31 80 108 0.71 0.26 0 0.58 201.82 0.55 0.27
Hex 1F 50 6C 47 1A 0 3A CA 37 1B
Octal 37 120 154 107 32 0 72 312 67 33
Binary 11111 1010000 1101100 1000111 11010 0 111010 11001010 110111 11011

Color Harmonies of #1F506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F506C

Black with #1F506C

Text Example


Text Example

White with #1F506C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,80,108); }

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

background-color css

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

 a { background-color: rgb(31,80,108); }

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

border-color css

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

 span { border-color: rgb(31,80,108); }

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