Html Css Color HEX #1F5597 Endeavour

📋 copy color: '#1F5597'

red 31 ◦ green 85 ◦ blue 151

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

Shades of Endeavour #1F5597

Tints of Endeavour #1F5597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 56.55%

R = 11.61%
G = 31.84%
B = 56.55%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1F5597 (or 0x1F5597) is known color: Endeavour. HEX triplet: 1F, 55 and 97. RGB value is (31,85,151). Sum of RGB (Red+Green+Blue) = 31+85+151=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 151 (59.38% from 255 or 56.55% from 267); Max value from RGB is 151 - color contains mainly: blue. Hex color #1F5597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5597 is #E0AA68. Grayscale: #4C4C4C. Windows color (decimal): -14723689 or 9917727. OLE color: 9917727.

HSL color Cylindrical-coordinate representation of color #1F5597: hue angle of 213º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F5597 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 31 85 151 -
CMYK 0.79 0.44 0 0.41
HSL 213º 0.66% 0.36% -
HSV(B) 213º 0.79% 0.59% -
XYZ 9.4 9.02 30.52 -
YUV 76.38 170.11 95.63 -
System Red Green Blue C M Y K H S L
Decimal 31 85 151 0.79 0.44 0 0.41 213 0.66 0.36
Hex 1F 55 97 4F 2C 0 29 D5 42 24
Octal 37 125 227 117 54 0 51 325 102 44
Binary 11111 1010101 10010111 1001111 101100 0 101001 11010101 1000010 100100

Color Harmonies of #1F5597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5597

Black with #1F5597

Text Example


Text Example

White with #1F5597

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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