Html Css Color HEX #190CB7 Medium Blue

📋 copy color: '#190CB7'

red 25 ◦ green 12 ◦ blue 183

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

Shades of Medium Blue #190CB7

Tints of Medium Blue #190CB7

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.45%

 BLUE value IS 183 (71.88% from 255) = 83.18%

R = 11.36%
G = 5.45%
B = 83.18%

CMYK

 C value IS 0.86

 M value IS 0.93

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#190CB7 (or 0x190CB7) is known color: Medium Blue. HEX triplet: 19, 0C and B7. RGB value is (25,12,183). Sum of RGB (Red+Green+Blue) = 25+12+183=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 183 (71.88% from 255 or 83.18% from 220); Max value from RGB is 183 - color contains mainly: blue. Hex color #190CB7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190CB7 is #E6F348. Grayscale: #222222. Windows color (decimal): -15135561 or 11996185. OLE color: 11996185.

HSL color Cylindrical-coordinate representation of color #190CB7: hue angle of 244.56º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #190CB7 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 25 12 183 -
CMYK 0.86 0.93 0 0.28
HSL 244.56º 0.88% 0.38% -
HSV(B) 244.56º 0.93% 0.72% -
XYZ 9.08 3.89 45.07 -
YUV 35.38 211.31 120.6 -
System Red Green Blue C M Y K H S L
Decimal 25 12 183 0.86 0.93 0 0.28 244.56 0.88 0.38
Hex 19 C B7 56 5D 0 1C F5 58 26
Octal 31 14 267 126 135 0 34 365 130 46
Binary 11001 1100 10110111 1010110 1011101 0 11100 11110101 1011000 100110

Color Harmonies of #190CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190CB7

Black with #190CB7

Text Example


Text Example

White with #190CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,12,183); }

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

background-color css

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

 a { background-color: rgb(25,12,183); }

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

border-color css

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

 span { border-color: rgb(25,12,183); }

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