Html Css Color HEX #191ACD Medium Blue

📋 copy color: '#191ACD'

red 25 ◦ green 26 ◦ blue 205

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

Shades of Medium Blue #191ACD

Tints of Medium Blue #191ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.16%

 BLUE value IS 205 (80.47% from 255) = 80.08%

R = 9.77%
G = 10.16%
B = 80.08%

CMYK

 C value IS 0.88

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#191ACD (or 0x191ACD) is known color: Medium Blue. HEX triplet: 19, 1A and CD. RGB value is (25,26,205). Sum of RGB (Red+Green+Blue) = 25+26+205=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 205 (80.47% from 255 or 80.08% from 256); Max value from RGB is 205 - color contains mainly: blue. Hex color #191ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191ACD is #E6E532. Grayscale: #2D2D2D. Windows color (decimal): -15131955 or 13441561. OLE color: 13441561.

HSL color Cylindrical-coordinate representation of color #191ACD: hue angle of 239.67º 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 #191ACD is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 26 205 -
CMYK 0.88 0.87 0 0.20
HSL 239.67º 0.78% 0.45% -
HSV(B) 239.67º 0.88% 0.8% -
XYZ 11.79 5.35 58.17 -
YUV 46.11 217.67 112.95 -
System Red Green Blue C M Y K H S L
Decimal 25 26 205 0.88 0.87 0 0.20 239.67 0.78 0.45
Hex 19 1A CD 58 57 0 14 F0 4E 2D
Octal 31 32 315 130 127 0 24 360 116 55
Binary 11001 11010 11001101 1011000 1010111 0 10100 11110000 1001110 101101

Color Harmonies of #191ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191ACD

Black with #191ACD

Text Example


Text Example

White with #191ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,26,205); }

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

background-color css

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

 a { background-color: rgb(25,26,205); }

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

border-color css

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

 span { border-color: rgb(25,26,205); }

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