#0F4FAC

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

Shades of Cobalt #0F4FAC

Tints of Cobalt #0F4FAC

Color information

#0F4FAC (or 0x0F4FAC) is unknown color: approx Cobalt. HEX triplet: 0F, 4F and AC. RGB value is (15,79,172). Sum of RGB (Red+Green+Blue) = 15+79+172=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F4FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F4FAC is #F0B053. Grayscale: #464646. Windows color (decimal): -15773780 or 11292431. OLE color: 11292431.

HSL color Cylindrical-coordinate representation of color #0F4FAC: hue angle of 215.54º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F4FAC is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1579172-
CMYK0.910.5400.33
HSL215.54º83.96%36.67%-
HSV(B)215.54º91.28%67.45%-
XYZ10.448.6740.15-
YUV70.47185.388.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.64%
GREEN value IS 79 (31.25% from 255) = 29.70%
BLUE value IS 172 (67.58% from 255) = 64.66%
R=5.64%
G=29.70%
B=64.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15791720.910.5400.33215.5483.9636.67
HexF4FAC5B36021d85425
Octal171172541336604133012445
Binary111110011111010110010110111101100100001110110001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,79,172); }

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

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

 a { background-color: rgb(15,79,172); }

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

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

 span { border-color: rgb(15,79,172); }

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