#0F569C

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

Shades of Cobalt #0F569C

Tints of Cobalt #0F569C

Color information

#0F569C (or 0x0F569C) is unknown color: approx Cobalt. HEX triplet: 0F, 56 and 9C. RGB value is (15,86,156). Sum of RGB (Red+Green+Blue) = 15+86+156=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F569C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F569C is #F0A963. Grayscale: #484848. Windows color (decimal): -15772004 or 10245647. OLE color: 10245647.

HSL color Cylindrical-coordinate representation of color #0F569C: hue angle of 209.79º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F569C is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1586156-
CMYK0.900.4500.39
HSL209.79º82.46%33.53%-
HSV(B)209.79º90.38%61.18%-
XYZ9.539.1632.72-
YUV72.75174.9886.81-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.84%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 156 (61.33% from 255) = 60.70%
R=5.84%
G=33.46%
B=60.70%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15861560.900.4500.39209.7982.4633.53
HexF569C5A2D027d25222
Octal171262341325504732212242
Binary111110101101001110010110101011010100111110100101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,86,156); }

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

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

 a { background-color: rgb(15,86,156); }

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

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

 span { border-color: rgb(15,86,156); }

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