#0C4AA4

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

Shades of Cobalt #0C4AA4

Tints of Cobalt #0C4AA4

Color information

#0C4AA4 (or 0x0C4AA4) is unknown color: approx Cobalt. HEX triplet: 0C, 4A and A4. RGB value is (12,74,164). Sum of RGB (Red+Green+Blue) = 12+74+164=250 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.8% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 164 (64.45% from 255 or 65.6% from 250); Max value from RGB is 164 - color contains mainly: blue. Hex color #0C4AA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4AA4 is #F3B55B. Grayscale: #414141. Windows color (decimal): -15971676 or 10766860. OLE color: 10766860.

HSL color Cylindrical-coordinate representation of color #0C4AA4: hue angle of 215.53º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C4AA4 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1274164-
CMYK0.930.5500.36
HSL215.53º86.36%34.51%-
HSV(B)215.53º92.68%64.31%-
XYZ9.37.6636.11-
YUV65.72183.4689.68-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.8%
GREEN value IS 74 (29.30% from 255) = 29.6%
BLUE value IS 164 (64.45% from 255) = 65.6%
R=4.8%
G=29.6%
B=65.6%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12741640.930.5500.36215.5386.3634.51
HexC4AA45D37024d85623
Octal141122441356704433012643
Binary110010010101010010010111011101110100100110110001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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