Html Css Color HEX #190E5F Midnight Blue

📋 copy color: '#190E5F'

red 25 ◦ green 14 ◦ blue 95

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

Shades of Midnight Blue #190E5F

Tints of Midnight Blue #190E5F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.45%

 BLUE value IS 95 (37.5% from 255) = 70.9%

R = 18.66%
G = 10.45%
B = 70.9%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#190E5F (or 0x190E5F) is known color: Midnight Blue. HEX triplet: 19, 0E and 5F. RGB value is (25,14,95). Sum of RGB (Red+Green+Blue) = 25+14+95=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 14 (5.86% from 255 or 10.45% from 134); Blue value is 95 (37.5% from 255 or 70.90% from 134); Max value from RGB is 95 - color contains mainly: blue. Hex color #190E5F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190E5F is #E6F1A0. Grayscale: #1A1A1A. Windows color (decimal): -15135137 or 6229529. OLE color: 6229529.

HSL color Cylindrical-coordinate representation of color #190E5F: hue angle of 248.15º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #190E5F is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 25 14 95 -
CMYK 0.74 0.85 0 0.63
HSL 248.15º 0.74% 0.21% -
HSV(B) 248.15º 0.85% 0.37% -
XYZ 2.62 1.35 10.95 -
YUV 26.52 166.64 126.91 -
System Red Green Blue C M Y K H S L
Decimal 25 14 95 0.74 0.85 0 0.63 248.15 0.74 0.21
Hex 19 E 5F 4A 55 0 3F F8 4A 15
Octal 31 16 137 112 125 0 77 370 112 25
Binary 11001 1110 1011111 1001010 1010101 0 111111 11111000 1001010 10101

Color Harmonies of #190E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190E5F

Black with #190E5F

Text Example


Text Example

White with #190E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190E5F; }

 p { color: rgb(25,14,95); }

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

background-color css

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

 a { background-color: rgb(25,14,95); }

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

border-color css

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

 span { border-color: rgb(25,14,95); }

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