#1F5F99

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

Shades of Endeavour #1F5F99

Tints of Endeavour #1F5F99

Color information

#1F5F99 (or 0x1F5F99) is unknown color: approx Endeavour. HEX triplet: 1F, 5F and 99. RGB value is (31,95,153). Sum of RGB (Red+Green+Blue) = 31+95+153=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F5F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5F99 is #E0A066. Grayscale: #525252. Windows color (decimal): -14721127 or 10051359. OLE color: 10051359.

HSL color Cylindrical-coordinate representation of color #1F5F99: hue angle of 208.52º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F5F99 is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3195153-
CMYK0.800.3800.4
HSL208.52º66.3%36.08%-
HSV(B)208.52º79.74%60%-
XYZ10.4110.7831.67-
YUV82.48167.891.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.11%
GREEN value IS 95 (37.5% from 255) = 34.05%
BLUE value IS 153 (60.16% from 255) = 54.84%
R=11.11%
G=34.05%
B=54.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal31951530.800.3800.4208.5266.336.08
Hex1F5F995026028d14224
Octal371372311204605032110244
Binary1111110111111001100110100001001100101000110100011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,95,153); }

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

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

 a { background-color: rgb(31,95,153); }

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

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

 span { border-color: rgb(31,95,153); }

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