Html Css Color HEX #0A1ABE Medium Blue

📋 copy color: '#0A1ABE'

red 10 ◦ green 26 ◦ blue 190

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

Shades of Medium Blue #0A1ABE

Tints of Medium Blue #0A1ABE

RGB

 RED value IS 10 (4.3% from 255) = 4.42%

 GREEN value IS 26 (10.55% from 255) = 11.5%

 BLUE value IS 190 (74.61% from 255) = 84.07%

R = 4.42%
G = 11.5%
B = 84.07%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0A1ABE (or 0x0A1ABE) is known color: Medium Blue. HEX triplet: 0A, 1A and BE. RGB value is (10,26,190). Sum of RGB (Red+Green+Blue) = 10+26+190=226 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.42% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 190 (74.61% from 255 or 84.07% from 226); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A1ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A1ABE is #F5E541. Grayscale: #272727. Windows color (decimal): -16115010 or 12458506. OLE color: 12458506.

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

Color convert

RGB 10 26 190 -
CMYK 0.95 0.86 0 0.25
HSL 234.67º 0.9% 0.39% -
HSV(B) 234.67º 0.95% 0.75% -
XYZ 9.79 4.52 49.07 -
YUV 39.91 212.7 106.66 -
System Red Green Blue C M Y K H S L
Decimal 10 26 190 0.95 0.86 0 0.25 234.67 0.9 0.39
Hex A 1A BE 5F 56 0 19 EB 5A 27
Octal 12 32 276 137 126 0 31 353 132 47
Binary 1010 11010 10111110 1011111 1010110 0 11001 11101011 1011010 100111

Color Harmonies of #0A1ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1ABE

Black with #0A1ABE

Text Example


Text Example

White with #0A1ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A1ABE; }

 p { color: rgb(10,26,190); }

 H1.HeaderClassName
 {
   color: #0A1ABE;
 }
 .AnyTagClassName
 {
   color: #0A1ABE;
 }
</style>

background-color css

<style>
 a { background-color: #0A1ABE; }

 a { background-color: rgb(10,26,190); }

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

border-color css

<style>
 span { border-color: #0A1ABE; }

 span { border-color: rgb(10,26,190); }

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