#1F5A8C

Color #1F5A8C Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #1F5A8C

Tints of Endeavour #1F5A8C

Color information

#1F5A8C (or 0x1F5A8C) is unknown color: approx Endeavour. HEX triplet: 1F, 5A and 8C. RGB value is (31,90,140). Sum of RGB (Red+Green+Blue) = 31+90+140=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #1F5A8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5A8C is #E0A573. Grayscale: #4D4D4D. Windows color (decimal): -14722420 or 9198111. OLE color: 9198111.

HSL color Cylindrical-coordinate representation of color #1F5A8C: hue angle of 207.52º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F5A8C is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3190140-
CMYK0.780.3600.45
HSL207.52º63.74%33.53%-
HSV(B)207.52º77.86%54.9%-
XYZ8.959.526.17-
YUV78.06162.9594.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.88%
GREEN value IS 90 (35.55% from 255) = 34.48%
BLUE value IS 140 (55.08% from 255) = 53.64%
R=11.88%
G=34.48%
B=53.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31901400.780.3600.45207.5263.7433.53
Hex1F5A8C4E2402Dd04022
Octal371322141164405532010042
Binary1111110110101000110010011101001000101101110100001000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,90,140); }

 H1.HeaderClassName
 {
   color: #1F5A8C;
 }
 .AnyTagClassName
 {
   color: #1F5A8C;
 }
</style>
background-color css

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

 a { background-color: rgb(31,90,140); }

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

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

 span { border-color: rgb(31,90,140); }

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