#0f6099

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

Shades of Endeavour #0F6099

Tints of Endeavour #0F6099

Color information

#0F6099 (or 0x0F6099) is unknown color: approx Endeavour. HEX triplet: 0F, 60 and 99. RGB value is (15,96,153). Sum of RGB (Red+Green+Blue) = 15+96+153=264 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.68% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F6099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6099 is #F09F66. Grayscale: #4D4D4D. Windows color (decimal): -15769447 or 10051599. OLE color: 10051599.

HSL color Cylindrical-coordinate representation of color #0F6099: hue angle of 204.78º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F6099 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1596153-
CMYK0.900.3700.4
HSL204.78º82.14%32.94%-
HSV(B)204.78º90.2%60%-
XYZ10.1310.7731.68-
YUV78.28170.1682.87-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.68%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 153 (60.16% from 255) = 57.95%
R=5.68%
G=36.36%
B=57.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15961530.900.3700.4204.7882.1432.94
HexF60995A25028cd5221
Octal171402311324505031512241
Binary111111000001001100110110101001010101000110011011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f6099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,96,153); }

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

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

 a { background-color: rgb(15,96,153); }

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

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

 span { border-color: rgb(15,96,153); }

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