Html Css Color HEX #0A01BE Medium Blue

📋 copy color: '#0A01BE'

red 10 ◦ green 1 ◦ blue 190

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

Shades of Medium Blue #0A01BE

Tints of Medium Blue #0A01BE

RGB

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

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

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

R = 4.98%
G = 0.5%
B = 94.53%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0A01BE (or 0x0A01BE) is known color: Medium Blue. HEX triplet: 0A, 01 and BE. RGB value is (10,1,190). Sum of RGB (Red+Green+Blue) = 10+1+190=201 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.98% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 190 (74.61% from 255 or 94.53% from 201); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A01BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A01BE is #F5FE41. Grayscale: #181818. Windows color (decimal): -16121410 or 12452106. OLE color: 12452106.

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

Color convert

RGB 10 1 190 -
CMYK 0.95 0.99 0 0.25
HSL 242.86º 0.99% 0.37% -
HSV(B) 242.86º 0.99% 0.75% -
XYZ 9.43 3.8 48.95 -
YUV 25.24 220.98 117.13 -
System Red Green Blue C M Y K H S L
Decimal 10 1 190 0.95 0.99 0 0.25 242.86 0.99 0.37
Hex A 1 BE 5F 63 0 19 F3 63 25
Octal 12 1 276 137 143 0 31 363 143 45
Binary 1010 1 10111110 1011111 1100011 0 11001 11110011 1100011 100101

Color Harmonies of #0A01BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A01BE

Black with #0A01BE

Text Example


Text Example

White with #0A01BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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