#0F44A2

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

Shades of Cobalt #0F44A2

Tints of Cobalt #0F44A2

Color information

#0F44A2 (or 0x0F44A2) is unknown color: approx Cobalt. HEX triplet: 0F, 44 and A2. RGB value is (15,68,162). Sum of RGB (Red+Green+Blue) = 15+68+162=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 162 (63.67% from 255 or 66.12% from 245); Max value from RGB is 162 - color contains mainly: blue. Hex color #0F44A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F44A2 is #F0BB5D. Grayscale: #3E3E3E. Windows color (decimal): -15776606 or 10634255. OLE color: 10634255.

HSL color Cylindrical-coordinate representation of color #0F44A2: hue angle of 218.37º 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 #0F44A2 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1568162-
CMYK0.910.5800.36
HSL218.37º83.05%34.71%-
HSV(B)218.37º90.74%63.53%-
XYZ8.796.8435.04-
YUV62.87183.9493.86-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.12%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 162 (63.67% from 255) = 66.12%
R=6.12%
G=27.76%
B=66.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15681620.910.5800.36218.3783.0534.71
HexF44A25B3A024da5323
Octal171042421337204433212343
Binary111110001001010001010110111110100100100110110101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F44A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,68,162); }

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

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

 a { background-color: rgb(15,68,162); }

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

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

 span { border-color: rgb(15,68,162); }

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