Html Css Color HEX #010AB9 Medium Blue

📋 copy color: '#010AB9'

red 1 ◦ green 10 ◦ blue 185

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

Shades of Medium Blue #010AB9

Tints of Medium Blue #010AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 94.39%

R = 0.51%
G = 5.1%
B = 94.39%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#010AB9 (or 0x010AB9) is known color: Medium Blue. HEX triplet: 01, 0A and B9. RGB value is (1,10,185). Sum of RGB (Red+Green+Blue) = 1+10+185=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 185 (72.66% from 255 or 94.39% from 196); Max value from RGB is 185 - color contains mainly: blue. Hex color #010AB9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010AB9 is #FEF546. Grayscale: #1A1A1A. Windows color (decimal): -16708935 or 12126721. OLE color: 12126721.

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

Color convert

RGB 1 10 185 -
CMYK 0.99 0.95 0 0.27
HSL 237.07º 0.99% 0.36% -
HSV(B) 237.07º 0.99% 0.73% -
XYZ 8.88 3.73 46.15 -
YUV 27.26 217.02 109.27 -
System Red Green Blue C M Y K H S L
Decimal 1 10 185 0.99 0.95 0 0.27 237.07 0.99 0.36
Hex 1 A B9 63 5F 0 1B ED 63 24
Octal 1 12 271 143 137 0 33 355 143 44
Binary 1 1010 10111001 1100011 1011111 0 11011 11101101 1100011 100100

Color Harmonies of #010AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010AB9

Black with #010AB9

Text Example


Text Example

White with #010AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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