Html Css Color HEX #191BCC Medium Blue

📋 copy color: '#191BCC'

red 25 ◦ green 27 ◦ blue 204

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

Shades of Medium Blue #191BCC

Tints of Medium Blue #191BCC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.55%

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

R = 9.77%
G = 10.55%
B = 79.69%

CMYK

 C value IS 0.88

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#191BCC (or 0x191BCC) is known color: Medium Blue. HEX triplet: 19, 1B and CC. RGB value is (25,27,204). Sum of RGB (Red+Green+Blue) = 25+27+204=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 204 (80.08% from 255 or 79.69% from 256); Max value from RGB is 204 - color contains mainly: blue. Hex color #191BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191BCC is #E6E433. Grayscale: #2D2D2D. Windows color (decimal): -15131700 or 13376281. OLE color: 13376281.

HSL color Cylindrical-coordinate representation of color #191BCC: hue angle of 239.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #191BCC is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 25 27 204 -
CMYK 0.88 0.87 0 0.2
HSL 239.33º 0.78% 0.45% -
HSV(B) 239.33º 0.88% 0.8% -
XYZ 11.69 5.35 57.54 -
YUV 46.58 216.84 112.61 -
System Red Green Blue C M Y K H S L
Decimal 25 27 204 0.88 0.87 0 0.2 239.33 0.78 0.45
Hex 19 1B CC 58 57 0 14 EF 4E 2D
Octal 31 33 314 130 127 0 24 357 116 55
Binary 11001 11011 11001100 1011000 1010111 0 10100 11101111 1001110 101101

Color Harmonies of #191BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191BCC

Black with #191BCC

Text Example


Text Example

White with #191BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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