Html Css Color HEX #1F5865 Chathams Blue

📋 copy color: '#1F5865'

red 31 ◦ green 88 ◦ blue 101

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

Shades of Chathams Blue #1F5865

Tints of Chathams Blue #1F5865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40%

 BLUE value IS 101 (39.84% from 255) = 45.91%

R = 14.09%
G = 40%
B = 45.91%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#1F5865 (or 0x1F5865) is known color: Chathams Blue. HEX triplet: 1F, 58 and 65. RGB value is (31,88,101). Sum of RGB (Red+Green+Blue) = 31+88+101=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #1F5865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5865 is #E0A79A. Grayscale: #484848. Windows color (decimal): -14722971 or 6641695. OLE color: 6641695.

HSL color Cylindrical-coordinate representation of color #1F5865: hue angle of 191.14º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F5865 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 31 88 101 -
CMYK 0.69 0.13 0 0.60
HSL 191.14º 0.53% 0.26% -
HSV(B) 191.14º 0.69% 0.4% -
XYZ 6.4 8.21 13.56 -
YUV 72.44 144.12 98.44 -
System Red Green Blue C M Y K H S L
Decimal 31 88 101 0.69 0.13 0 0.60 191.14 0.53 0.26
Hex 1F 58 65 45 D 0 3C BF 35 1A
Octal 37 130 145 105 15 0 74 277 65 32
Binary 11111 1011000 1100101 1000101 1101 0 111100 10111111 110101 11010

Color Harmonies of #1F5865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5865

Black with #1F5865

Text Example


Text Example

White with #1F5865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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