Html Css Color HEX #190ACB Medium Blue

📋 copy color: '#190ACB'

red 25 ◦ green 10 ◦ blue 203

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

Shades of Medium Blue #190ACB

Tints of Medium Blue #190ACB

RGB

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

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

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

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

CMYK

 C value IS 0.88

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#190ACB (or 0x190ACB) is known color: Medium Blue. HEX triplet: 19, 0A and CB. RGB value is (25,10,203). Sum of RGB (Red+Green+Blue) = 25+10+203=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 10 (4.30% from 255 or 4.20% 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 #190ACB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190ACB is #E6F534. Grayscale: #232323. Windows color (decimal): -15136053 or 13306393. OLE color: 13306393.

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

Color convert

RGB 25 10 203 -
CMYK 0.88 0.95 0 0.20
HSL 244.66º 0.91% 0.42% -
HSV(B) 244.66º 0.95% 0.8% -
XYZ 11.29 4.74 56.82 -
YUV 36.49 221.97 119.81 -
System Red Green Blue C M Y K H S L
Decimal 25 10 203 0.88 0.95 0 0.20 244.66 0.91 0.42
Hex 19 A CB 58 5F 0 14 F5 5B 2A
Octal 31 12 313 130 137 0 24 365 133 52
Binary 11001 1010 11001011 1011000 1011111 0 10100 11110101 1011011 101010

Color Harmonies of #190ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190ACB

Black with #190ACB

Text Example


Text Example

White with #190ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190ACB; }

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

 H1.HeaderClassName
 {
   color: #190ACB;
 }
 .AnyTagClassName
 {
   color: #190ACB;
 }
</style>

background-color css

<style>
 a { background-color: #190ACB; }

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

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

border-color css

<style>
 span { border-color: #190ACB; }

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

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