Html Css Color HEX #0A01BB Medium Blue

📋 copy color: '#0A01BB'

red 10 ◦ green 1 ◦ blue 187

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

Shades of Medium Blue #0A01BB

Tints of Medium Blue #0A01BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 94.44%

R = 5.05%
G = 0.51%
B = 94.44%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0A01BB (or 0x0A01BB) is known color: Medium Blue. HEX triplet: 0A, 01 and BB. RGB value is (10,1,187). Sum of RGB (Red+Green+Blue) = 10+1+187=198 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.05% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 187 (73.44% from 255 or 94.44% from 198); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A01BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A01BB is #F5FE44. Grayscale: #181818. Windows color (decimal): -16121413 or 12255498. OLE color: 12255498.

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

Color convert

RGB 10 1 187 -
CMYK 0.95 0.99 0 0.27
HSL 242.9º 0.99% 0.37% -
HSV(B) 242.9º 0.99% 0.73% -
XYZ 9.11 3.67 47.24 -
YUV 24.9 219.48 117.38 -
System Red Green Blue C M Y K H S L
Decimal 10 1 187 0.95 0.99 0 0.27 242.9 0.99 0.37
Hex A 1 BB 5F 63 0 1B F3 63 25
Octal 12 1 273 137 143 0 33 363 143 45
Binary 1010 1 10111011 1011111 1100011 0 11011 11110011 1100011 100101

Color Harmonies of #0A01BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A01BB

Black with #0A01BB

Text Example


Text Example

White with #0A01BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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