Html Css Color HEX #192585 Midnight Blue

📋 copy color: '#192585'

red 25 ◦ green 37 ◦ blue 133

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

Shades of Midnight Blue #192585

Tints of Midnight Blue #192585

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.97%

 BLUE value IS 133 (52.34% from 255) = 68.21%

R = 12.82%
G = 18.97%
B = 68.21%

CMYK

 C value IS 0.81

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#192585 (or 0x192585) is known color: Midnight Blue. HEX triplet: 19, 25 and 85. RGB value is (25,37,133). Sum of RGB (Red+Green+Blue) = 25+37+133=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 133 (52.34% from 255 or 68.21% from 195); Max value from RGB is 133 - color contains mainly: blue. Hex color #192585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192585 is #E6DA7A. Grayscale: #2B2B2B. Windows color (decimal): -15129211 or 8725785. OLE color: 8725785.

HSL color Cylindrical-coordinate representation of color #192585: hue angle of 233.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #192585 is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 37 133 -
CMYK 0.81 0.72 0 0.48
HSL 233.33º 0.68% 0.31% -
HSV(B) 233.33º 0.81% 0.52% -
XYZ 5.3 3.22 22.53 -
YUV 44.36 178.02 114.19 -
System Red Green Blue C M Y K H S L
Decimal 25 37 133 0.81 0.72 0 0.48 233.33 0.68 0.31
Hex 19 25 85 51 48 0 30 E9 44 1F
Octal 31 45 205 121 110 0 60 351 104 37
Binary 11001 100101 10000101 1010001 1001000 0 110000 11101001 1000100 11111

Color Harmonies of #192585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192585

Black with #192585

Text Example


Text Example

White with #192585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192585; }

 p { color: rgb(25,37,133); }

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

background-color css

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

 a { background-color: rgb(25,37,133); }

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

border-color css

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

 span { border-color: rgb(25,37,133); }

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