Html Css Color HEX #190FCE Medium Blue

📋 copy color: '#190FCE'

red 25 ◦ green 15 ◦ blue 206

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

Shades of Medium Blue #190FCE

Tints of Medium Blue #190FCE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.1%

 BLUE value IS 206 (80.86% from 255) = 83.74%

R = 10.16%
G = 6.1%
B = 83.74%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#190FCE (or 0x190FCE) is known color: Medium Blue. HEX triplet: 19, 0F and CE. RGB value is (25,15,206). Sum of RGB (Red+Green+Blue) = 25+15+206=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 206 (80.86% from 255 or 83.74% from 246); Max value from RGB is 206 - color contains mainly: blue. Hex color #190FCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190FCE is #E6F031. Grayscale: #272727. Windows color (decimal): -15134770 or 13504281. OLE color: 13504281.

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

Color convert

RGB 25 15 206 -
CMYK 0.88 0.93 0 0.19
HSL 243.14º 0.86% 0.43% -
HSV(B) 243.14º 0.93% 0.81% -
XYZ 11.71 5 58.74 -
YUV 39.76 221.81 117.47 -
System Red Green Blue C M Y K H S L
Decimal 25 15 206 0.88 0.93 0 0.19 243.14 0.86 0.43
Hex 19 F CE 58 5D 0 13 F3 56 2B
Octal 31 17 316 130 135 0 23 363 126 53
Binary 11001 1111 11001110 1011000 1011101 0 10011 11110011 1010110 101011

Color Harmonies of #190FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190FCE

Black with #190FCE

Text Example


Text Example

White with #190FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,15,206); }

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

background-color css

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

 a { background-color: rgb(25,15,206); }

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

border-color css

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

 span { border-color: rgb(25,15,206); }

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