#0A4BAB

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

Shades of Cobalt #0A4BAB

Tints of Cobalt #0A4BAB

Color information

#0A4BAB (or 0x0A4BAB) is unknown color: approx Cobalt. HEX triplet: 0A, 4B and AB. RGB value is (10,75,171). Sum of RGB (Red+Green+Blue) = 10+75+171=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A4BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4BAB is #F5B454. Grayscale: #424242. Windows color (decimal): -16102485 or 11225866. OLE color: 11225866.

HSL color Cylindrical-coordinate representation of color #0A4BAB: hue angle of 215.78º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A4BAB is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1075171-
CMYK0.940.5600.33
HSL215.78º88.95%35.49%-
HSV(B)215.78º94.15%67.06%-
XYZ9.998.0439.55-
YUV66.51186.9787.69-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.91%
GREEN value IS 75 (29.69% from 255) = 29.30%
BLUE value IS 171 (67.19% from 255) = 66.80%
R=3.91%
G=29.30%
B=66.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10751710.940.5600.33215.7888.9535.49
HexA4BAB5E38021d85923
Octal121132531367004133013143
Binary101010010111010101110111101110000100001110110001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,75,171); }

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

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

 a { background-color: rgb(10,75,171); }

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

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

 span { border-color: rgb(10,75,171); }

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