Html Css Color HEX #190F5D Midnight Blue

📋 copy color: '#190F5D'

red 25 ◦ green 15 ◦ blue 93

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

Shades of Midnight Blue #190F5D

Tints of Midnight Blue #190F5D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.28%

 BLUE value IS 93 (36.72% from 255) = 69.92%

R = 18.8%
G = 11.28%
B = 69.92%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#190F5D (or 0x190F5D) is known color: Midnight Blue. HEX triplet: 19, 0F and 5D. RGB value is (25,15,93). Sum of RGB (Red+Green+Blue) = 25+15+93=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 93 (36.72% from 255 or 69.92% from 133); Max value from RGB is 93 - color contains mainly: blue. Hex color #190F5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190F5D is #E6F0A2. Grayscale: #1A1A1A. Windows color (decimal): -15134883 or 6098713. OLE color: 6098713.

HSL color Cylindrical-coordinate representation of color #190F5D: hue angle of 247.69º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #190F5D is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 15 93 -
CMYK 0.73 0.84 0 0.64
HSL 247.69º 0.72% 0.21% -
HSV(B) 247.69º 0.84% 0.36% -
XYZ 2.55 1.34 10.48 -
YUV 26.88 165.31 126.66 -
System Red Green Blue C M Y K H S L
Decimal 25 15 93 0.73 0.84 0 0.64 247.69 0.72 0.21
Hex 19 F 5D 49 54 0 40 F8 48 15
Octal 31 17 135 111 124 0 100 370 110 25
Binary 11001 1111 1011101 1001001 1010100 0 1000000 11111000 1001000 10101

Color Harmonies of #190F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190F5D

Black with #190F5D

Text Example


Text Example

White with #190F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,15,93); }

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

background-color css

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

 a { background-color: rgb(25,15,93); }

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

border-color css

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

 span { border-color: rgb(25,15,93); }

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