Html Css Color HEX #0A15D6 Medium Blue

📋 copy color: '#0A15D6'

red 10 ◦ green 21 ◦ blue 214

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

Shades of Medium Blue #0A15D6

Tints of Medium Blue #0A15D6

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.57%

 BLUE value IS 214 (83.98% from 255) = 87.35%

R = 4.08%
G = 8.57%
B = 87.35%

CMYK

 C value IS 0.95

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0A15D6 (or 0x0A15D6) is known color: Medium Blue. HEX triplet: 0A, 15 and D6. RGB value is (10,21,214). Sum of RGB (Red+Green+Blue) = 10+21+214=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 214 (83.98% from 255 or 87.35% from 245); Max value from RGB is 214 - color contains mainly: blue. Hex color #0A15D6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A15D6 is #F5EA29. Grayscale: #262626. Windows color (decimal): -16116266 or 14030090. OLE color: 14030090.

HSL color Cylindrical-coordinate representation of color #0A15D6: hue angle of 236.76º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A15D6 is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 10 21 214 -
CMYK 0.95 0.90 0 0.16
HSL 236.76º 0.91% 0.44% -
HSV(B) 236.76º 0.95% 0.84% -
XYZ 12.53 5.46 64.01 -
YUV 39.71 226.36 106.81 -
System Red Green Blue C M Y K H S L
Decimal 10 21 214 0.95 0.90 0 0.16 236.76 0.91 0.44
Hex A 15 D6 5F 5A 0 10 ED 5B 2C
Octal 12 25 326 137 132 0 20 355 133 54
Binary 1010 10101 11010110 1011111 1011010 0 10000 11101101 1011011 101100

Color Harmonies of #0A15D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A15D6

Black with #0A15D6

Text Example


Text Example

White with #0A15D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,21,214); }

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

background-color css

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

 a { background-color: rgb(10,21,214); }

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

border-color css

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

 span { border-color: rgb(10,21,214); }

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