Html Css Color HEX #190BCC Medium Blue

📋 copy color: '#190BCC'

red 25 ◦ green 11 ◦ blue 204

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

Shades of Medium Blue #190BCC

Tints of Medium Blue #190BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.58%

 BLUE value IS 204 (80.08% from 255) = 85%

R = 10.42%
G = 4.58%
B = 85%

CMYK

 C value IS 0.88

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#190BCC (or 0x190BCC) is known color: Medium Blue. HEX triplet: 19, 0B and CC. RGB value is (25,11,204). Sum of RGB (Red+Green+Blue) = 25+11+204=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 204 (80.08% from 255 or 85% from 240); Max value from RGB is 204 - color contains mainly: blue. Hex color #190BCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190BCC is #E6F433. Grayscale: #242424. Windows color (decimal): -15135796 or 13372185. OLE color: 13372185.

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

Color convert

RGB 25 11 204 -
CMYK 0.88 0.95 0 0.2
HSL 244.35º 0.9% 0.42% -
HSV(B) 244.35º 0.95% 0.8% -
XYZ 11.42 4.81 57.45 -
YUV 37.19 222.14 119.31 -
System Red Green Blue C M Y K H S L
Decimal 25 11 204 0.88 0.95 0 0.2 244.35 0.9 0.42
Hex 19 B CC 58 5F 0 14 F4 5A 2A
Octal 31 13 314 130 137 0 24 364 132 52
Binary 11001 1011 11001100 1011000 1011111 0 10100 11110100 1011010 101010

Color Harmonies of #190BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190BCC

Black with #190BCC

Text Example


Text Example

White with #190BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,11,204); }

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

background-color css

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

 a { background-color: rgb(25,11,204); }

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

border-color css

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

 span { border-color: rgb(25,11,204); }

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