Html Css Color HEX #010AC1 Medium Blue

📋 copy color: '#010AC1'

red 1 ◦ green 10 ◦ blue 193

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

Shades of Medium Blue #010AC1

Tints of Medium Blue #010AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 94.61%

R = 0.49%
G = 4.9%
B = 94.61%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#010AC1 (or 0x010AC1) is known color: Medium Blue. HEX triplet: 01, 0A and C1. RGB value is (1,10,193). Sum of RGB (Red+Green+Blue) = 1+10+193=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 193 (75.78% from 255 or 94.61% from 204); Max value from RGB is 193 - color contains mainly: blue. Hex color #010AC1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010AC1 is #FEF53E. Grayscale: #1B1B1B. Windows color (decimal): -16708927 or 12651009. OLE color: 12651009.

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

Color convert

RGB 1 10 193 -
CMYK 0.99 0.95 0 0.24
HSL 237.19º 0.99% 0.38% -
HSV(B) 237.19º 0.99% 0.76% -
XYZ 9.75 4.07 50.72 -
YUV 28.17 221.02 108.62 -
System Red Green Blue C M Y K H S L
Decimal 1 10 193 0.99 0.95 0 0.24 237.19 0.99 0.38
Hex 1 A C1 63 5F 0 18 ED 63 26
Octal 1 12 301 143 137 0 30 355 143 46
Binary 1 1010 11000001 1100011 1011111 0 11000 11101101 1100011 100110

Color Harmonies of #010AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010AC1

Black with #010AC1

Text Example


Text Example

White with #010AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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