Html Css Color HEX #0A10C0 Medium Blue

📋 copy color: '#0A10C0'

red 10 ◦ green 16 ◦ blue 192

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

Shades of Medium Blue #0A10C0

Tints of Medium Blue #0A10C0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.34%

 BLUE value IS 192 (75.39% from 255) = 88.07%

R = 4.59%
G = 7.34%
B = 88.07%

CMYK

 C value IS 0.95

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0A10C0 (or 0x0A10C0) is known color: Medium Blue. HEX triplet: 0A, 10 and C0. RGB value is (10,16,192). Sum of RGB (Red+Green+Blue) = 10+16+192=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 192 (75.39% from 255 or 88.07% from 218); Max value from RGB is 192 - color contains mainly: blue. Hex color #0A10C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A10C0 is #F5EF3F. Grayscale: #212121. Windows color (decimal): -16117568 or 12587018. OLE color: 12587018.

HSL color Cylindrical-coordinate representation of color #0A10C0: hue angle of 238.02º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A10C0 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 16 192 -
CMYK 0.95 0.92 0 0.25
HSL 238.02º 0.9% 0.4% -
HSV(B) 238.02º 0.95% 0.75% -
XYZ 9.82 4.24 50.17 -
YUV 34.27 217.01 110.69 -
System Red Green Blue C M Y K H S L
Decimal 10 16 192 0.95 0.92 0 0.25 238.02 0.9 0.4
Hex A 10 C0 5F 5C 0 19 EE 5A 28
Octal 12 20 300 137 134 0 31 356 132 50
Binary 1010 10000 11000000 1011111 1011100 0 11001 11101110 1011010 101000

Color Harmonies of #0A10C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A10C0

Black with #0A10C0

Text Example


Text Example

White with #0A10C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,16,192); }

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

background-color css

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

 a { background-color: rgb(10,16,192); }

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

border-color css

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

 span { border-color: rgb(10,16,192); }

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