Html Css Color HEX #192688 Midnight Blue

📋 copy color: '#192688'

red 25 ◦ green 38 ◦ blue 136

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

Shades of Midnight Blue #192688

Tints of Midnight Blue #192688

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.1%

 BLUE value IS 136 (53.52% from 255) = 68.34%

R = 12.56%
G = 19.1%
B = 68.34%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#192688 (or 0x192688) is known color: Midnight Blue. HEX triplet: 19, 26 and 88. RGB value is (25,38,136). Sum of RGB (Red+Green+Blue) = 25+38+136=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 136 (53.52% from 255 or 68.34% from 199); Max value from RGB is 136 - color contains mainly: blue. Hex color #192688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192688 is #E6D977. Grayscale: #2C2C2C. Windows color (decimal): -15128952 or 8922649. OLE color: 8922649.

HSL color Cylindrical-coordinate representation of color #192688: hue angle of 232.97º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #192688 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 38 136 -
CMYK 0.82 0.72 0 0.47
HSL 232.97º 0.69% 0.32% -
HSV(B) 232.97º 0.82% 0.53% -
XYZ 5.54 3.37 23.65 -
YUV 45.29 179.19 113.53 -
System Red Green Blue C M Y K H S L
Decimal 25 38 136 0.82 0.72 0 0.47 232.97 0.69 0.32
Hex 19 26 88 52 48 0 2F E9 45 20
Octal 31 46 210 122 110 0 57 351 105 40
Binary 11001 100110 10001000 1010010 1001000 0 101111 11101001 1000101 100000

Color Harmonies of #192688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192688

Black with #192688

Text Example


Text Example

White with #192688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192688; }

 p { color: rgb(25,38,136); }

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

background-color css

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

 a { background-color: rgb(25,38,136); }

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

border-color css

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

 span { border-color: rgb(25,38,136); }

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