#010CBA

Color #010CBA Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #010CBA

Tints of Medium Blue #010CBA

Color information

#010CBA (or 0x010CBA) is unknown color: approx Medium Blue. HEX triplet: 01, 0C and BA. RGB value is (1,12,186). Sum of RGB (Red+Green+Blue) = 1+12+186=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 186 (73.05% from 255 or 93.47% from 199); Max value from RGB is 186 - color contains mainly: blue. Hex color #010CBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010CBA is #FEF345. Grayscale: #1B1B1B. Windows color (decimal): -16708422 or 12192769. OLE color: 12192769.

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

Color convert

RGB112186-
CMYK0.990.9400.27
HSL236.43º98.93%36.67%-
HSV(B)236.43º99.46%72.94%-
XYZ9.013.8146.72-
YUV28.55216.86108.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 12 (5.08% from 255) = 6.03%
BLUE value IS 186 (73.05% from 255) = 93.47%
R=0.50%
G=6.03%
B=93.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121860.990.9400.27236.4398.9336.67
Hex1CBA635E01Bec6325
Octal11427214313603335414345
Binary111001011101011000111011110011011111011001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010CBA; }

 p { color: rgb(1,12,186); }

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

<style>
 a { background-color: #010CBA; }

 a { background-color: rgb(1,12,186); }

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

<style>
 span { border-color: #010CBA; }

 span { border-color: rgb(1,12,186); }

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