Html Css Color HEX #190DC4 Medium Blue

📋 copy color: '#190DC4'

red 25 ◦ green 13 ◦ blue 196

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

Shades of Medium Blue #190DC4

Tints of Medium Blue #190DC4

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.56%

 BLUE value IS 196 (76.95% from 255) = 83.76%

R = 10.68%
G = 5.56%
B = 83.76%

CMYK

 C value IS 0.87

 M value IS 0.93

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#190DC4 (or 0x190DC4) is known color: Medium Blue. HEX triplet: 19, 0D and C4. RGB value is (25,13,196). Sum of RGB (Red+Green+Blue) = 25+13+196=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 196 (76.95% from 255 or 83.76% from 234); Max value from RGB is 196 - color contains mainly: blue. Hex color #190DC4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190DC4 is #E6F23B. Grayscale: #242424. Windows color (decimal): -15135292 or 12848409. OLE color: 12848409.

HSL color Cylindrical-coordinate representation of color #190DC4: hue angle of 243.93º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #190DC4 is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 25 13 196 -
CMYK 0.87 0.93 0 0.23
HSL 243.93º 0.88% 0.41% -
HSV(B) 243.93º 0.93% 0.77% -
XYZ 10.51 4.48 52.54 -
YUV 37.45 217.48 119.12 -
System Red Green Blue C M Y K H S L
Decimal 25 13 196 0.87 0.93 0 0.23 243.93 0.88 0.41
Hex 19 D C4 57 5D 0 17 F4 58 29
Octal 31 15 304 127 135 0 27 364 130 51
Binary 11001 1101 11000100 1010111 1011101 0 10111 11110100 1011000 101001

Color Harmonies of #190DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190DC4

Black with #190DC4

Text Example


Text Example

White with #190DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,13,196); }

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

background-color css

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

 a { background-color: rgb(25,13,196); }

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

border-color css

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

 span { border-color: rgb(25,13,196); }

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