#0A43BC

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

Shades of Cobalt #0A43BC

Tints of Cobalt #0A43BC

Color information

#0A43BC (or 0x0A43BC) is unknown color: approx Cobalt. HEX triplet: 0A, 43 and BC. RGB value is (10,67,188). Sum of RGB (Red+Green+Blue) = 10+67+188=265 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.77% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 188 (73.83% from 255 or 70.94% from 265); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A43BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A43BC is #F5BC43. Grayscale: #3F3F3F. Windows color (decimal): -16104516 or 12337930. OLE color: 12337930.

HSL color Cylindrical-coordinate representation of color #0A43BC: hue angle of 220.79º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A43BC is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1067188-
CMYK0.950.6400.26
HSL220.79º89.9%38.82%-
HSV(B)220.79º94.68%73.73%-
XYZ11.217.7148.47-
YUV63.75198.1289.66-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.77%
GREEN value IS 67 (26.56% from 255) = 25.28%
BLUE value IS 188 (73.83% from 255) = 70.94%
R=3.77%
G=25.28%
B=70.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal10671880.950.6400.26220.7989.938.82
HexA43BC5F4001Add5a27
Octal1210327413710003233513247
Binary101010000111011110010111111000000011010110111011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A43BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,67,188); }

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

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

 a { background-color: rgb(10,67,188); }

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

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

 span { border-color: rgb(10,67,188); }

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