Html Css Color HEX #0A19CB Medium Blue

📋 copy color: '#0A19CB'

red 10 ◦ green 25 ◦ blue 203

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

Shades of Medium Blue #0A19CB

Tints of Medium Blue #0A19CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 85.29%

R = 4.2%
G = 10.5%
B = 85.29%

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

#0A19CB (or 0x0A19CB) is known color: Medium Blue. HEX triplet: 0A, 19 and CB. RGB value is (10,25,203). Sum of RGB (Red+Green+Blue) = 10+25+203=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 203 (79.69% from 255 or 85.29% from 238); Max value from RGB is 203 - color contains mainly: blue. Hex color #0A19CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A19CB is #F5E634. Grayscale: #282828. Windows color (decimal): -16115253 or 13310218. OLE color: 13310218.

HSL color Cylindrical-coordinate representation of color #0A19CB: hue angle of 235.34º 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 #0A19CB is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 10 25 203 -
CMYK 0.95 0.88 0 0.20
HSL 235.34º 0.91% 0.42% -
HSV(B) 235.34º 0.95% 0.8% -
XYZ 11.25 5.07 56.89 -
YUV 40.81 219.53 106.03 -
System Red Green Blue C M Y K H S L
Decimal 10 25 203 0.95 0.88 0 0.20 235.34 0.91 0.42
Hex A 19 CB 5F 58 0 14 EB 5B 2A
Octal 12 31 313 137 130 0 24 353 133 52
Binary 1010 11001 11001011 1011111 1011000 0 10100 11101011 1011011 101010

Color Harmonies of #0A19CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A19CB

Black with #0A19CB

Text Example


Text Example

White with #0A19CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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