Html Css Color HEX #0A11BC Medium Blue

📋 copy color: '#0A11BC'

red 10 ◦ green 17 ◦ blue 188

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

Shades of Medium Blue #0A11BC

Tints of Medium Blue #0A11BC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.91%

 BLUE value IS 188 (73.83% from 255) = 87.44%

R = 4.65%
G = 7.91%
B = 87.44%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0A11BC (or 0x0A11BC) is known color: Medium Blue. HEX triplet: 0A, 11 and BC. RGB value is (10,17,188). Sum of RGB (Red+Green+Blue) = 10+17+188=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 188 (73.83% from 255 or 87.44% from 215); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A11BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A11BC is #F5EE43. Grayscale: #212121. Windows color (decimal): -16117316 or 12325130. OLE color: 12325130.

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

Color convert

RGB 10 17 188 -
CMYK 0.95 0.91 0 0.26
HSL 237.64º 0.9% 0.39% -
HSV(B) 237.64º 0.95% 0.74% -
XYZ 9.4 4.1 47.87 -
YUV 34.4 214.68 110.6 -
System Red Green Blue C M Y K H S L
Decimal 10 17 188 0.95 0.91 0 0.26 237.64 0.9 0.39
Hex A 11 BC 5F 5B 0 1A EE 5A 27
Octal 12 21 274 137 133 0 32 356 132 47
Binary 1010 10001 10111100 1011111 1011011 0 11010 11101110 1011010 100111

Color Harmonies of #0A11BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A11BC

Black with #0A11BC

Text Example


Text Example

White with #0A11BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,17,188); }

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

background-color css

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

 a { background-color: rgb(10,17,188); }

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

border-color css

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

 span { border-color: rgb(10,17,188); }

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