#0F4EA4

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

Shades of Cobalt #0F4EA4

Tints of Cobalt #0F4EA4

Color information

#0F4EA4 (or 0x0F4EA4) is unknown color: approx Cobalt. HEX triplet: 0F, 4E and A4. RGB value is (15,78,164). Sum of RGB (Red+Green+Blue) = 15+78+164=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 164 (64.45% from 255 or 63.81% from 257); Max value from RGB is 164 - color contains mainly: blue. Hex color #0F4EA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F4EA4 is #F0B15B. Grayscale: #444444. Windows color (decimal): -15774044 or 10767887. OLE color: 10767887.

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

Color convert

RGB1578164-
CMYK0.910.5200.36
HSL214.63º83.24%35.1%-
HSV(B)214.63º90.85%64.31%-
XYZ9.628.2336.2-
YUV68.97181.6389.51-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.84%
GREEN value IS 78 (30.86% from 255) = 30.35%
BLUE value IS 164 (64.45% from 255) = 63.81%
R=5.84%
G=30.35%
B=63.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15781640.910.5200.36214.6383.2435.1
HexF4EA45B34024d75323
Octal171162441336404432712343
Binary111110011101010010010110111101000100100110101111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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