Html Css Color HEX #190CBB Medium Blue

📋 copy color: '#190CBB'

red 25 ◦ green 12 ◦ blue 187

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

Shades of Medium Blue #190CBB

Tints of Medium Blue #190CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 83.48%

R = 11.16%
G = 5.36%
B = 83.48%

CMYK

 C value IS 0.87

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#190CBB (or 0x190CBB) is known color: Medium Blue. HEX triplet: 19, 0C and BB. RGB value is (25,12,187). Sum of RGB (Red+Green+Blue) = 25+12+187=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 187 (73.44% from 255 or 83.48% from 224); Max value from RGB is 187 - color contains mainly: blue. Hex color #190CBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190CBB is #E6F344. Grayscale: #232323. Windows color (decimal): -15135557 or 12258329. OLE color: 12258329.

HSL color Cylindrical-coordinate representation of color #190CBB: hue angle of 244.46º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190CBB is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 12 187 -
CMYK 0.87 0.94 0 0.27
HSL 244.46º 0.88% 0.39% -
HSV(B) 244.46º 0.94% 0.73% -
XYZ 9.5 4.06 47.3 -
YUV 35.84 213.31 120.27 -
System Red Green Blue C M Y K H S L
Decimal 25 12 187 0.87 0.94 0 0.27 244.46 0.88 0.39
Hex 19 C BB 57 5E 0 1B F4 58 27
Octal 31 14 273 127 136 0 33 364 130 47
Binary 11001 1100 10111011 1010111 1011110 0 11011 11110100 1011000 100111

Color Harmonies of #190CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190CBB

Black with #190CBB

Text Example


Text Example

White with #190CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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