Html Css Color HEX #0A19CD Medium Blue

📋 copy color: '#0A19CD'

red 10 ◦ green 25 ◦ blue 205

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

Shades of Medium Blue #0A19CD

Tints of Medium Blue #0A19CD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.42%

 BLUE value IS 205 (80.47% from 255) = 85.42%

R = 4.17%
G = 10.42%
B = 85.42%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0A19CD (or 0x0A19CD) is known color: Medium Blue. HEX triplet: 0A, 19 and CD. RGB value is (10,25,205). Sum of RGB (Red+Green+Blue) = 10+25+205=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 205 (80.47% from 255 or 85.42% from 240); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A19CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A19CD is #F5E632. Grayscale: #282828. Windows color (decimal): -16115251 or 13441290. OLE color: 13441290.

HSL color Cylindrical-coordinate representation of color #0A19CD: hue angle of 235.38º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A19CD is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 10 25 205 -
CMYK 0.95 0.88 0 0.20
HSL 235.38º 0.91% 0.42% -
HSV(B) 235.38º 0.95% 0.8% -
XYZ 11.49 5.17 58.15 -
YUV 41.04 220.53 105.86 -
System Red Green Blue C M Y K H S L
Decimal 10 25 205 0.95 0.88 0 0.20 235.38 0.91 0.42
Hex A 19 CD 5F 58 0 14 EB 5B 2A
Octal 12 31 315 137 130 0 24 353 133 52
Binary 1010 11001 11001101 1011111 1011000 0 10100 11101011 1011011 101010

Color Harmonies of #0A19CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A19CD

Black with #0A19CD

Text Example


Text Example

White with #0A19CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,25,205); }

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

background-color css

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

 a { background-color: rgb(10,25,205); }

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

border-color css

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

 span { border-color: rgb(10,25,205); }

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