#0F4EAE

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

Shades of Cobalt #0F4EAE

Tints of Cobalt #0F4EAE

Color information

#0F4EAE (or 0x0F4EAE) is unknown color: approx Cobalt. HEX triplet: 0F, 4E and AE. RGB value is (15,78,174). Sum of RGB (Red+Green+Blue) = 15+78+174=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 174 (68.36% from 255 or 65.17% from 267); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F4EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F4EAE is #F0B151. Grayscale: #454545. Windows color (decimal): -15774034 or 11423247. OLE color: 11423247.

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

Color convert

RGB1578174-
CMYK0.910.5500.32
HSL216.23º84.13%37.06%-
HSV(B)216.23º91.38%68.24%-
XYZ10.568.6141.15-
YUV70.11186.6388.69-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.62%
GREEN value IS 78 (30.86% from 255) = 29.21%
BLUE value IS 174 (68.36% from 255) = 65.17%
R=5.62%
G=29.21%
B=65.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15781740.910.5500.32216.2384.1337.06
HexF4EAE5B37020d85425
Octal171162561336704033012445
Binary111110011101010111010110111101110100000110110001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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