Html Css Color HEX #0A01BD Medium Blue

📋 copy color: '#0A01BD'

red 10 ◦ green 1 ◦ blue 189

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

Shades of Medium Blue #0A01BD

Tints of Medium Blue #0A01BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 94.5%

R = 5%
G = 0.5%
B = 94.5%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0A01BD (or 0x0A01BD) is known color: Medium Blue. HEX triplet: 0A, 01 and BD. RGB value is (10,1,189). Sum of RGB (Red+Green+Blue) = 10+1+189=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 189 (74.22% from 255 or 94.5% from 200); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A01BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A01BD is #F5FE42. Grayscale: #181818. Windows color (decimal): -16121411 or 12386570. OLE color: 12386570.

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

Color convert

RGB 10 1 189 -
CMYK 0.95 0.99 0 0.26
HSL 242.87º 0.99% 0.37% -
HSV(B) 242.87º 0.99% 0.74% -
XYZ 9.32 3.76 48.38 -
YUV 25.12 220.48 117.21 -
System Red Green Blue C M Y K H S L
Decimal 10 1 189 0.95 0.99 0 0.26 242.87 0.99 0.37
Hex A 1 BD 5F 63 0 1A F3 63 25
Octal 12 1 275 137 143 0 32 363 143 45
Binary 1010 1 10111101 1011111 1100011 0 11010 11110011 1100011 100101

Color Harmonies of #0A01BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A01BD

Black with #0A01BD

Text Example


Text Example

White with #0A01BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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