#0C4AAE

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

Shades of Cobalt #0C4AAE

Tints of Cobalt #0C4AAE

Color information

#0C4AAE (or 0x0C4AAE) is unknown color: approx Cobalt. HEX triplet: 0C, 4A and AE. RGB value is (12,74,174). Sum of RGB (Red+Green+Blue) = 12+74+174=260 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.62% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 174 (68.36% from 255 or 66.92% from 260); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C4AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4AAE is #F3B551. Grayscale: #424242. Windows color (decimal): -15971666 or 11422220. OLE color: 11422220.

HSL color Cylindrical-coordinate representation of color #0C4AAE: hue angle of 217.04º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C4AAE is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1274174-
CMYK0.930.5700.32
HSL217.04º87.1%36.47%-
HSV(B)217.04º93.1%68.24%-
XYZ10.248.0341.05-
YUV66.86188.4688.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.62%
GREEN value IS 74 (29.30% from 255) = 28.46%
BLUE value IS 174 (68.36% from 255) = 66.92%
R=4.62%
G=28.46%
B=66.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal12741740.930.5700.32217.0487.136.47
HexC4AAE5D39020d95724
Octal141122561357104033112744
Binary110010010101010111010111011110010100000110110011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,74,174); }

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

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

 a { background-color: rgb(12,74,174); }

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

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

 span { border-color: rgb(12,74,174); }

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