Html Css Color HEX #1F579B Endeavour

📋 copy color: '#1F579B'

red 31 ◦ green 87 ◦ blue 155

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

Shades of Endeavour #1F579B

Tints of Endeavour #1F579B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 56.78%

R = 11.36%
G = 31.87%
B = 56.78%

CMYK

 C value IS 0.8

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F579B (or 0x1F579B) is known color: Endeavour. HEX triplet: 1F, 57 and 9B. RGB value is (31,87,155). Sum of RGB (Red+Green+Blue) = 31+87+155=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F579B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F579B is #E0A864. Grayscale: #4D4D4D. Windows color (decimal): -14723173 or 10180383. OLE color: 10180383.

HSL color Cylindrical-coordinate representation of color #1F579B: hue angle of 212.9º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F579B is Cyan = 0.8, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 87 155 -
CMYK 0.8 0.44 0 0.39
HSL 212.9º 0.67% 0.36% -
HSV(B) 212.9º 0.8% 0.61% -
XYZ 9.89 9.47 32.32 -
YUV 78.01 171.45 94.47 -
System Red Green Blue C M Y K H S L
Decimal 31 87 155 0.8 0.44 0 0.39 212.9 0.67 0.36
Hex 1F 57 9B 50 2C 0 27 D5 43 24
Octal 37 127 233 120 54 0 47 325 103 44
Binary 11111 1010111 10011011 1010000 101100 0 100111 11010101 1000011 100100

Color Harmonies of #1F579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F579B

Black with #1F579B

Text Example


Text Example

White with #1F579B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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