Html Css Color HEX #010CBA Medium Blue

📋 copy color: '#010CBA'

red 1 ◦ green 12 ◦ blue 186

#010CBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #010CBA

Tints of Medium Blue #010CBA

RGB

 RED value IS 1 (0.78% from 255) = 0.5%

 GREEN value IS 12 (5.08% from 255) = 6.03%

 BLUE value IS 186 (73.05% from 255) = 93.47%

R = 0.5%
G = 6.03%
B = 93.47%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#010CBA (or 0x010CBA) is known color: 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

RGB 1 12 186 -
CMYK 0.99 0.94 0 0.27
HSL 236.43º 0.99% 0.37% -
HSV(B) 236.43º 0.99% 0.73% -
XYZ 9.01 3.81 46.72 -
YUV 28.55 216.86 108.35 -
System Red Green Blue C M Y K H S L
Decimal 1 12 186 0.99 0.94 0 0.27 236.43 0.99 0.37
Hex 1 C BA 63 5E 0 1B EC 63 25
Octal 1 14 272 143 136 0 33 354 143 45
Binary 1 1100 10111010 1100011 1011110 0 11011 11101100 1100011 100101

Color Harmonies of #010CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010CBA

Black with #010CBA

Text Example


Text Example

White with #010CBA

Text Example


Text Example

HTML Codes & Css Web 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>