#0F5990

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

Shades of Endeavour #0F5990

Tints of Endeavour #0F5990

Color information

#0F5990 (or 0x0F5990) is unknown color: approx Endeavour. HEX triplet: 0F, 59 and 90. RGB value is (15,89,144). Sum of RGB (Red+Green+Blue) = 15+89+144=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #0F5990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5990 is #F0A66F. Grayscale: #484848. Windows color (decimal): -15771248 or 9459983. OLE color: 9459983.

HSL color Cylindrical-coordinate representation of color #0F5990: hue angle of 205.58º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F5990 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1589144-
CMYK0.900.3800.44
HSL205.58º81.13%31.18%-
HSV(B)205.58º89.58%56.47%-
XYZ8.89.2627.71-
YUV73.14167.9886.53-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.05%
GREEN value IS 89 (35.16% from 255) = 35.89%
BLUE value IS 144 (56.64% from 255) = 58.06%
R=6.05%
G=35.89%
B=58.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal15891440.900.3800.44205.5881.1331.18
HexF59905A2602Cce511f
Octal171312201324605431612137
Binary11111011001100100001011010100110010110011001110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F5990; }

 p { color: rgb(15,89,144); }

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

<style>
 a { background-color: #0F5990; }

 a { background-color: rgb(15,89,144); }

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

<style>
 span { border-color: #0F5990; }

 span { border-color: rgb(15,89,144); }

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