Html Css Color HEX #192277 Midnight Blue

📋 copy color: '#192277'

red 25 ◦ green 34 ◦ blue 119

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

Shades of Midnight Blue #192277

Tints of Midnight Blue #192277

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.1%

 BLUE value IS 119 (46.88% from 255) = 66.85%

R = 14.04%
G = 19.1%
B = 66.85%

CMYK

 C value IS 0.79

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#192277 (or 0x192277) is known color: Midnight Blue. HEX triplet: 19, 22 and 77. RGB value is (25,34,119). Sum of RGB (Red+Green+Blue) = 25+34+119=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 119 (46.88% from 255 or 66.85% from 178); Max value from RGB is 119 - color contains mainly: blue. Hex color #192277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192277 is #E6DD88. Grayscale: #282828. Windows color (decimal): -15129993 or 7807513. OLE color: 7807513.

HSL color Cylindrical-coordinate representation of color #192277: hue angle of 234.26º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #192277 is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 34 119 -
CMYK 0.79 0.71 0 0.53
HSL 234.26º 0.65% 0.28% -
HSV(B) 234.26º 0.79% 0.47% -
XYZ 4.3 2.68 17.74 -
YUV 41 172.02 116.59 -
System Red Green Blue C M Y K H S L
Decimal 25 34 119 0.79 0.71 0 0.53 234.26 0.65 0.28
Hex 19 22 77 4F 47 0 35 EA 41 1C
Octal 31 42 167 117 107 0 65 352 101 34
Binary 11001 100010 1110111 1001111 1000111 0 110101 11101010 1000001 11100

Color Harmonies of #192277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192277

Black with #192277

Text Example


Text Example

White with #192277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192277; }

 p { color: rgb(25,34,119); }

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

background-color css

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

 a { background-color: rgb(25,34,119); }

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

border-color css

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

 span { border-color: rgb(25,34,119); }

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