#0C4A9F

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

Shades of Cobalt #0C4A9F

Tints of Cobalt #0C4A9F

Color information

#0C4A9F (or 0x0C4A9F) is unknown color: approx Cobalt. HEX triplet: 0C, 4A and 9F. RGB value is (12,74,159). Sum of RGB (Red+Green+Blue) = 12+74+159=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #0C4A9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4A9F is #F3B560. Grayscale: #404040. Windows color (decimal): -15971681 or 10439180. OLE color: 10439180.

HSL color Cylindrical-coordinate representation of color #0C4A9F: hue angle of 214.69º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C4A9F is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1274159-
CMYK0.920.5300.38
HSL214.69º85.96%33.53%-
HSV(B)214.69º92.45%62.35%-
XYZ8.867.4833.78-
YUV65.15180.9690.09-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.90%
GREEN value IS 74 (29.30% from 255) = 30.20%
BLUE value IS 159 (62.5% from 255) = 64.90%
R=4.90%
G=30.20%
B=64.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12741590.920.5300.38214.6985.9633.53
HexC4A9F5C35026d75622
Octal141122371346504632712642
Binary110010010101001111110111001101010100110110101111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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