Html Css Color HEX #0A00BB Medium Blue

📋 copy color: '#0A00BB'

red 10 ◦ green 0 ◦ blue 187

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

Shades of Medium Blue #0A00BB

Tints of Medium Blue #0A00BB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 5.08%
G = 0%
B = 94.92%

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0A00BB (or 0x0A00BB) is known color: Medium Blue. HEX triplet: 0A, 00 and BB. RGB value is (10,0,187). Sum of RGB (Red+Green+Blue) = 10+0+187=197 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.08% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 187 (73.44% from 255 or 94.92% from 197); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A00BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A00BB is #F5FF44. Grayscale: #171717. Windows color (decimal): -16121669 or 12255242. OLE color: 12255242.

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

Color convert

RGB 10 0 187 -
CMYK 0.95 1 0 0.27
HSL 243.21º 1% 0.37% -
HSV(B) 243.21º 1% 0.73% -
XYZ 9.09 3.65 47.24 -
YUV 24.31 219.81 117.79 -
System Red Green Blue C M Y K H S L
Decimal 10 0 187 0.95 1 0 0.27 243.21 1 0.37
Hex A 0 BB 5F 64 0 1B F3 64 25
Octal 12 0 273 137 144 0 33 363 144 45
Binary 1010 0 10111011 1011111 1100100 0 11011 11110011 1100100 100101

Color Harmonies of #0A00BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A00BB

Black with #0A00BB

Text Example


Text Example

White with #0A00BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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