Html Css Color HEX #1E165F Midnight Blue

📋 copy color: '#1E165F'

red 30 ◦ green 22 ◦ blue 95

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

Shades of Midnight Blue #1E165F

Tints of Midnight Blue #1E165F

RGB

 RED value IS 30 (12.11% from 255) = 20.41%

 GREEN value IS 22 (8.98% from 255) = 14.97%

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

R = 20.41%
G = 14.97%
B = 64.63%

CMYK

 C value IS 0.68

 M value IS 0.77

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1E165F (or 0x1E165F) is known color: Midnight Blue. HEX triplet: 1E, 16 and 5F. RGB value is (30,22,95). Sum of RGB (Red+Green+Blue) = 30+22+95=147 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.41% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 95 (37.5% from 255 or 64.63% from 147); Max value from RGB is 95 - color contains mainly: blue. Hex color #1E165F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E165F is #E1E9A0. Grayscale: #202020. Windows color (decimal): -14805409 or 6231582. OLE color: 6231582.

HSL color Cylindrical-coordinate representation of color #1E165F: hue angle of 246.58º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E165F is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 30 22 95 -
CMYK 0.68 0.77 0 0.63
HSL 246.58º 0.62% 0.23% -
HSV(B) 246.58º 0.77% 0.37% -
XYZ 2.89 1.68 11 -
YUV 32.71 163.15 126.06 -
System Red Green Blue C M Y K H S L
Decimal 30 22 95 0.68 0.77 0 0.63 246.58 0.62 0.23
Hex 1E 16 5F 44 4D 0 3F F7 3E 17
Octal 36 26 137 104 115 0 77 367 76 27
Binary 11110 10110 1011111 1000100 1001101 0 111111 11110111 111110 10111

Color Harmonies of #1E165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E165F

Black with #1E165F

Text Example


Text Example

White with #1E165F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E165F; }

 p { color: rgb(30,22,95); }

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

background-color css

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

 a { background-color: rgb(30,22,95); }

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

border-color css

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

 span { border-color: rgb(30,22,95); }

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