Html Css Color HEX #1F578A Endeavour

📋 copy color: '#1F578A'

red 31 ◦ green 87 ◦ blue 138

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

Shades of Endeavour #1F578A

Tints of Endeavour #1F578A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 53.91%

R = 12.11%
G = 33.98%
B = 53.91%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1F578A (or 0x1F578A) is known color: Endeavour. HEX triplet: 1F, 57 and 8A. RGB value is (31,87,138). Sum of RGB (Red+Green+Blue) = 31+87+138=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F578A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F578A is #E0A875. Grayscale: #4B4B4B. Windows color (decimal): -14723190 or 9066271. OLE color: 9066271.

HSL color Cylindrical-coordinate representation of color #1F578A: hue angle of 208.6º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F578A is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 31 87 138 -
CMYK 0.78 0.37 0 0.46
HSL 208.6º 0.63% 0.33% -
HSV(B) 208.6º 0.78% 0.54% -
XYZ 8.56 8.94 25.32 -
YUV 76.07 162.95 95.85 -
System Red Green Blue C M Y K H S L
Decimal 31 87 138 0.78 0.37 0 0.46 208.6 0.63 0.33
Hex 1F 57 8A 4E 25 0 2E D1 3F 21
Octal 37 127 212 116 45 0 56 321 77 41
Binary 11111 1010111 10001010 1001110 100101 0 101110 11010001 111111 100001

Color Harmonies of #1F578A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F578A

Black with #1F578A

Text Example


Text Example

White with #1F578A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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