Html Css Color HEX #190FCB Medium Blue

📋 copy color: '#190FCB'

red 25 ◦ green 15 ◦ blue 203

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

Shades of Medium Blue #190FCB

Tints of Medium Blue #190FCB

RGB

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

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

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

R = 10.29%
G = 6.17%
B = 83.54%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#190FCB (or 0x190FCB) is known color: Medium Blue. HEX triplet: 19, 0F and CB. RGB value is (25,15,203). Sum of RGB (Red+Green+Blue) = 25+15+203=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 203 (79.69% from 255 or 83.54% from 243); Max value from RGB is 203 - color contains mainly: blue. Hex color #190FCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190FCB is #E6F034. Grayscale: #262626. Windows color (decimal): -15134773 or 13307673. OLE color: 13307673.

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

Color convert

RGB 25 15 203 -
CMYK 0.88 0.93 0 0.20
HSL 243.19º 0.86% 0.43% -
HSV(B) 243.19º 0.93% 0.8% -
XYZ 11.35 4.86 56.84 -
YUV 39.42 220.31 117.71 -
System Red Green Blue C M Y K H S L
Decimal 25 15 203 0.88 0.93 0 0.20 243.19 0.86 0.43
Hex 19 F CB 58 5D 0 14 F3 56 2B
Octal 31 17 313 130 135 0 24 363 126 53
Binary 11001 1111 11001011 1011000 1011101 0 10100 11110011 1010110 101011

Color Harmonies of #190FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190FCB

Black with #190FCB

Text Example


Text Example

White with #190FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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