#0A4CB4

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

Shades of Cobalt #0A4CB4

Tints of Cobalt #0A4CB4

Color information

#0A4CB4 (or 0x0A4CB4) is unknown color: approx Cobalt. HEX triplet: 0A, 4C and B4. RGB value is (10,76,180). Sum of RGB (Red+Green+Blue) = 10+76+180=266 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.76% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 180 (70.70% from 255 or 67.67% from 266); Max value from RGB is 180 - color contains mainly: blue. Hex color #0A4CB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A4CB4 is #F5B34B. Grayscale: #434343. Windows color (decimal): -16102220 or 11815946. OLE color: 11815946.

HSL color Cylindrical-coordinate representation of color #0A4CB4: hue angle of 216.71º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A4CB4 is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1076180-
CMYK0.940.5800.29
HSL216.71º89.47%37.25%-
HSV(B)216.71º94.44%70.59%-
XYZ10.958.5344.25-
YUV68.12191.1386.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.76%
GREEN value IS 76 (30.08% from 255) = 28.57%
BLUE value IS 180 (70.70% from 255) = 67.67%
R=3.76%
G=28.57%
B=67.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal10761800.940.5800.29216.7189.4737.25
HexA4CB45E3A01Dd95925
Octal121142641367203533113145
Binary10101001100101101001011110111010011101110110011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,76,180); }

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

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

 a { background-color: rgb(10,76,180); }

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

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

 span { border-color: rgb(10,76,180); }

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