Html Css Color HEX #192463 Midnight Blue

📋 copy color: '#192463'

red 25 ◦ green 36 ◦ blue 99

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

Shades of Midnight Blue #192463

Tints of Midnight Blue #192463

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.5%

 BLUE value IS 99 (39.06% from 255) = 61.88%

R = 15.63%
G = 22.5%
B = 61.88%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#192463 (or 0x192463) is known color: Midnight Blue. HEX triplet: 19, 24 and 63. RGB value is (25,36,99). Sum of RGB (Red+Green+Blue) = 25+36+99=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 99 (39.06% from 255 or 61.88% from 160); Max value from RGB is 99 - color contains mainly: blue. Hex color #192463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192463 is #E6DB9C. Grayscale: #272727. Windows color (decimal): -15129501 or 6497305. OLE color: 6497305.

HSL color Cylindrical-coordinate representation of color #192463: hue angle of 231.08º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #192463 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 25 36 99 -
CMYK 0.75 0.64 0 0.61
HSL 231.08º 0.6% 0.24% -
HSV(B) 231.08º 0.75% 0.39% -
XYZ 3.28 2.37 12.09 -
YUV 39.89 161.36 117.38 -
System Red Green Blue C M Y K H S L
Decimal 25 36 99 0.75 0.64 0 0.61 231.08 0.6 0.24
Hex 19 24 63 4B 40 0 3D E7 3C 18
Octal 31 44 143 113 100 0 75 347 74 30
Binary 11001 100100 1100011 1001011 1000000 0 111101 11100111 111100 11000

Color Harmonies of #192463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192463

Black with #192463

Text Example


Text Example

White with #192463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192463; }

 p { color: rgb(25,36,99); }

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

background-color css

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

 a { background-color: rgb(25,36,99); }

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

border-color css

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

 span { border-color: rgb(25,36,99); }

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