Html Css Color HEX #010ABF Medium Blue

📋 copy color: '#010ABF'

red 1 ◦ green 10 ◦ blue 191

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

Shades of Medium Blue #010ABF

Tints of Medium Blue #010ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 94.55%

R = 0.5%
G = 4.95%
B = 94.55%

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

#010ABF (or 0x010ABF) is known color: Medium Blue. HEX triplet: 01, 0A and BF. RGB value is (1,10,191). Sum of RGB (Red+Green+Blue) = 1+10+191=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 191 (75% from 255 or 94.55% from 202); Max value from RGB is 191 - color contains mainly: blue. Hex color #010ABF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010ABF is #FEF540. Grayscale: #1B1B1B. Windows color (decimal): -16708929 or 12519937. OLE color: 12519937.

HSL color Cylindrical-coordinate representation of color #010ABF: hue angle of 237.16º 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 #010ABF is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 10 191 -
CMYK 0.99 0.95 0 0.25
HSL 237.16º 0.99% 0.38% -
HSV(B) 237.16º 0.99% 0.75% -
XYZ 9.53 3.99 49.56 -
YUV 27.94 220.02 108.78 -
System Red Green Blue C M Y K H S L
Decimal 1 10 191 0.99 0.95 0 0.25 237.16 0.99 0.38
Hex 1 A BF 63 5F 0 19 ED 63 26
Octal 1 12 277 143 137 0 31 355 143 46
Binary 1 1010 10111111 1100011 1011111 0 11001 11101101 1100011 100110

Color Harmonies of #010ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010ABF

Black with #010ABF

Text Example


Text Example

White with #010ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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