#0F5B9F

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

Shades of Cobalt #0F5B9F

Tints of Cobalt #0F5B9F

Color information

#0F5B9F (or 0x0F5B9F) is unknown color: approx Cobalt. HEX triplet: 0F, 5B and 9F. RGB value is (15,91,159). Sum of RGB (Red+Green+Blue) = 15+91+159=265 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.66% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 159 (62.5% from 255 or 60% from 265); Max value from RGB is 159 - color contains mainly: blue. Hex color #0F5B9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5B9F is #F0A460. Grayscale: #4B4B4B. Windows color (decimal): -15770721 or 10443535. OLE color: 10443535.

HSL color Cylindrical-coordinate representation of color #0F5B9F: hue angle of 208.33º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F5B9F is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1591159-
CMYK0.910.4300.38
HSL208.33º82.76%34.12%-
HSV(B)208.33º90.57%62.35%-
XYZ10.210.0934.21-
YUV76.03174.8284.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.66%
GREEN value IS 91 (35.94% from 255) = 34.34%
BLUE value IS 159 (62.5% from 255) = 60%
R=5.66%
G=34.34%
B=60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911590.910.4300.38208.3382.7634.12
HexF5B9F5B2B026d05322
Octal171332371335304632012342
Binary111110110111001111110110111010110100110110100001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,91,159); }

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

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

 a { background-color: rgb(15,91,159); }

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

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

 span { border-color: rgb(15,91,159); }

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