#0C4ABB

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

Shades of Cobalt #0C4ABB

Tints of Cobalt #0C4ABB

Color information

#0C4ABB (or 0x0C4ABB) is unknown color: approx Cobalt. HEX triplet: 0C, 4A and BB. RGB value is (12,74,187). Sum of RGB (Red+Green+Blue) = 12+74+187=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 187 (73.44% from 255 or 68.50% from 273); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C4ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C4ABB is #F3B544. Grayscale: #434343. Windows color (decimal): -15971653 or 12274188. OLE color: 12274188.

HSL color Cylindrical-coordinate representation of color #0C4ABB: hue angle of 218.74º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C4ABB is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1274187-
CMYK0.940.6000.27
HSL218.74º87.94%39.02%-
HSV(B)218.74º93.58%73.33%-
XYZ11.578.5648.06-
YUV68.34194.9687.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.40%
GREEN value IS 74 (29.30% from 255) = 27.11%
BLUE value IS 187 (73.44% from 255) = 68.50%
R=4.40%
G=27.11%
B=68.50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12741870.940.6000.27218.7487.9439.02
HexC4ABB5E3C01Bdb5827
Octal141122731367403333313047
Binary11001001010101110111011110111100011011110110111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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