Html Css Color HEX #010AC0 Medium Blue

📋 copy color: '#010AC0'

red 1 ◦ green 10 ◦ blue 192

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

Shades of Medium Blue #010AC0

Tints of Medium Blue #010AC0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.93%

 BLUE value IS 192 (75.39% from 255) = 94.58%

R = 0.49%
G = 4.93%
B = 94.58%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#010AC0 (or 0x010AC0) is known color: Medium Blue. HEX triplet: 01, 0A and C0. RGB value is (1,10,192). Sum of RGB (Red+Green+Blue) = 1+10+192=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 192 (75.39% from 255 or 94.58% from 203); Max value from RGB is 192 - color contains mainly: blue. Hex color #010AC0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010AC0 is #FEF53F. Grayscale: #1B1B1B. Windows color (decimal): -16708928 or 12585473. OLE color: 12585473.

HSL color Cylindrical-coordinate representation of color #010AC0: hue angle of 237.17º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010AC0 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 10 192 -
CMYK 0.99 0.95 0 0.25
HSL 237.17º 0.99% 0.38% -
HSV(B) 237.17º 0.99% 0.75% -
XYZ 9.64 4.03 50.14 -
YUV 28.06 220.52 108.7 -
System Red Green Blue C M Y K H S L
Decimal 1 10 192 0.99 0.95 0 0.25 237.17 0.99 0.38
Hex 1 A C0 63 5F 0 19 ED 63 26
Octal 1 12 300 143 137 0 31 355 143 46
Binary 1 1010 11000000 1100011 1011111 0 11001 11101101 1100011 100110

Color Harmonies of #010AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010AC0

Black with #010AC0

Text Example


Text Example

White with #010AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,10,192); }

 H1.HeaderClassName
 {
   color: #010AC0;
 }
 .AnyTagClassName
 {
   color: #010AC0;
 }
</style>

background-color css

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

 a { background-color: rgb(1,10,192); }

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

border-color css

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

 span { border-color: rgb(1,10,192); }

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