#1F599E

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

Shades of Endeavour #1F599E

Tints of Endeavour #1F599E

Color information

#1F599E (or 0x1F599E) is unknown color: approx Endeavour. HEX triplet: 1F, 59 and 9E. RGB value is (31,89,158). Sum of RGB (Red+Green+Blue) = 31+89+158=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F599E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F599E is #E0A661. Grayscale: #4F4F4F. Windows color (decimal): -14722658 or 10377503. OLE color: 10377503.

HSL color Cylindrical-coordinate representation of color #1F599E: hue angle of 212.6º 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 #1F599E is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3189158-
CMYK0.800.4400.38
HSL212.6º67.2%37.06%-
HSV(B)212.6º80.38%61.96%-
XYZ10.319.933.72-
YUV79.52172.2893.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.15%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 158 (62.11% from 255) = 56.83%
R=11.15%
G=32.01%
B=56.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal31891580.800.4400.38212.667.237.06
Hex1F599E502C026d54325
Octal371312361205404632510345
Binary1111110110011001111010100001011000100110110101011000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,89,158); }

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

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

 a { background-color: rgb(31,89,158); }

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

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

 span { border-color: rgb(31,89,158); }

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