Html Css Color HEX #0A14BA Medium Blue

📋 copy color: '#0A14BA'

red 10 ◦ green 20 ◦ blue 186

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

Shades of Medium Blue #0A14BA

Tints of Medium Blue #0A14BA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.26%

 BLUE value IS 186 (73.05% from 255) = 86.11%

R = 4.63%
G = 9.26%
B = 86.11%

CMYK

 C value IS 0.95

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0A14BA (or 0x0A14BA) is known color: Medium Blue. HEX triplet: 0A, 14 and BA. RGB value is (10,20,186). Sum of RGB (Red+Green+Blue) = 10+20+186=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 186 (73.05% from 255 or 86.11% from 216); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A14BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A14BA is #F5EB45. Grayscale: #232323. Windows color (decimal): -16116550 or 12194826. OLE color: 12194826.

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

Color convert

RGB 10 20 186 -
CMYK 0.95 0.89 0 0.27
HSL 236.59º 0.9% 0.38% -
HSV(B) 236.59º 0.95% 0.73% -
XYZ 9.24 4.11 46.76 -
YUV 35.93 212.69 109.5 -
System Red Green Blue C M Y K H S L
Decimal 10 20 186 0.95 0.89 0 0.27 236.59 0.9 0.38
Hex A 14 BA 5F 59 0 1B ED 5A 26
Octal 12 24 272 137 131 0 33 355 132 46
Binary 1010 10100 10111010 1011111 1011001 0 11011 11101101 1011010 100110

Color Harmonies of #0A14BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A14BA

Black with #0A14BA

Text Example


Text Example

White with #0A14BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,20,186); }

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

background-color css

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

 a { background-color: rgb(10,20,186); }

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

border-color css

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

 span { border-color: rgb(10,20,186); }

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