Html Css Color HEX #0A0EBB Medium Blue

📋 copy color: '#0A0EBB'

red 10 ◦ green 14 ◦ blue 187

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

Shades of Medium Blue #0A0EBB

Tints of Medium Blue #0A0EBB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.64%

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

R = 4.74%
G = 6.64%
B = 88.63%

CMYK

 C value IS 0.95

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0A0EBB (or 0x0A0EBB) is known color: Medium Blue. HEX triplet: 0A, 0E and BB. RGB value is (10,14,187). Sum of RGB (Red+Green+Blue) = 10+14+187=211 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.74% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 187 (73.44% from 255 or 88.63% from 211); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A0EBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0EBB is #F5F144. Grayscale: #1F1F1F. Windows color (decimal): -16118085 or 12258826. OLE color: 12258826.

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

Color convert

RGB 10 14 187 -
CMYK 0.95 0.93 0 0.27
HSL 238.64º 0.9% 0.39% -
HSV(B) 238.64º 0.95% 0.73% -
XYZ 9.25 3.97 47.29 -
YUV 32.53 215.17 111.93 -
System Red Green Blue C M Y K H S L
Decimal 10 14 187 0.95 0.93 0 0.27 238.64 0.9 0.39
Hex A E BB 5F 5D 0 1B EF 5A 27
Octal 12 16 273 137 135 0 33 357 132 47
Binary 1010 1110 10111011 1011111 1011101 0 11011 11101111 1011010 100111

Color Harmonies of #0A0EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0EBB

Black with #0A0EBB

Text Example


Text Example

White with #0A0EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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