#0f59a4

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

Shades of Cobalt #0F59A4

Tints of Cobalt #0F59A4

Color information

#0F59A4 (or 0x0F59A4) is unknown color: approx Cobalt. HEX triplet: 0F, 59 and A4. RGB value is (15,89,164). Sum of RGB (Red+Green+Blue) = 15+89+164=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 164 (64.45% from 255 or 61.19% from 268); Max value from RGB is 164 - color contains mainly: blue. Hex color #0F59A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F59A4 is #F0A65B. Grayscale: #4B4B4B. Windows color (decimal): -15771228 or 10770703. OLE color: 10770703.

HSL color Cylindrical-coordinate representation of color #0F59A4: hue angle of 210.2º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F59A4 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1589164-
CMYK0.910.4600.36
HSL210.2º83.24%35.1%-
HSV(B)210.2º90.85%64.31%-
XYZ10.479.9336.49-
YUV75.42177.9884.9-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.60%
GREEN value IS 89 (35.16% from 255) = 33.21%
BLUE value IS 164 (64.45% from 255) = 61.19%
R=5.60%
G=33.21%
B=61.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15891640.910.4600.36210.283.2435.1
HexF59A45B2E024d25323
Octal171312441335604432212343
Binary111110110011010010010110111011100100100110100101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f59a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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