Html Css Color HEX #1F579D Endeavour

📋 copy color: '#1F579D'

red 31 ◦ green 87 ◦ blue 157

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

Shades of Endeavour #1F579D

Tints of Endeavour #1F579D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 57.09%

R = 11.27%
G = 31.64%
B = 57.09%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F579D (or 0x1F579D) is known color: Endeavour. HEX triplet: 1F, 57 and 9D. RGB value is (31,87,157). Sum of RGB (Red+Green+Blue) = 31+87+157=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F579D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F579D is #E0A862. Grayscale: #4D4D4D. Windows color (decimal): -14723171 or 10311455. OLE color: 10311455.

HSL color Cylindrical-coordinate representation of color #1F579D: hue angle of 213.33º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F579D is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 87 157 -
CMYK 0.80 0.45 0 0.38
HSL 213.33º 0.67% 0.37% -
HSV(B) 213.33º 0.8% 0.62% -
XYZ 10.06 9.54 33.21 -
YUV 78.24 172.45 94.31 -
System Red Green Blue C M Y K H S L
Decimal 31 87 157 0.80 0.45 0 0.38 213.33 0.67 0.37
Hex 1F 57 9D 50 2D 0 26 D5 43 25
Octal 37 127 235 120 55 0 46 325 103 45
Binary 11111 1010111 10011101 1010000 101101 0 100110 11010101 1000011 100101

Color Harmonies of #1F579D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F579D

Black with #1F579D

Text Example


Text Example

White with #1F579D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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