Html Css Color HEX #1F5797 Endeavour

📋 copy color: '#1F5797'

red 31 ◦ green 87 ◦ blue 151

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

Shades of Endeavour #1F5797

Tints of Endeavour #1F5797

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.34%

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

R = 11.52%
G = 32.34%
B = 56.13%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1F5797 (or 0x1F5797) is known color: Endeavour. HEX triplet: 1F, 57 and 97. RGB value is (31,87,151). Sum of RGB (Red+Green+Blue) = 31+87+151=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #1F5797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5797 is #E0A868. Grayscale: #4D4D4D. Windows color (decimal): -14723177 or 9918239. OLE color: 9918239.

HSL color Cylindrical-coordinate representation of color #1F5797: hue angle of 212º 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 #1F5797 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 31 87 151 -
CMYK 0.79 0.42 0 0.41
HSL 212º 0.66% 0.36% -
HSV(B) 212º 0.79% 0.59% -
XYZ 9.56 9.34 30.58 -
YUV 77.55 169.45 94.8 -
System Red Green Blue C M Y K H S L
Decimal 31 87 151 0.79 0.42 0 0.41 212 0.66 0.36
Hex 1F 57 97 4F 2A 0 29 D4 42 24
Octal 37 127 227 117 52 0 51 324 102 44
Binary 11111 1010111 10010111 1001111 101010 0 101001 11010100 1000010 100100

Color Harmonies of #1F5797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5797

Black with #1F5797

Text Example


Text Example

White with #1F5797

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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