Html Css Color HEX #1F165E Midnight Blue

📋 copy color: '#1F165E'

red 31 ◦ green 22 ◦ blue 94

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

Shades of Midnight Blue #1F165E

Tints of Midnight Blue #1F165E

RGB

 RED value IS 31 (12.5% from 255) = 21.09%

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

 BLUE value IS 94 (37.11% from 255) = 63.95%

R = 21.09%
G = 14.97%
B = 63.95%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1F165E (or 0x1F165E) is known color: Midnight Blue. HEX triplet: 1F, 16 and 5E. RGB value is (31,22,94). Sum of RGB (Red+Green+Blue) = 31+22+94=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 94 (37.11% from 255 or 63.95% from 147); Max value from RGB is 94 - color contains mainly: blue. Hex color #1F165E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F165E is #E0E9A1. Grayscale: #202020. Windows color (decimal): -14739874 or 6166047. OLE color: 6166047.

HSL color Cylindrical-coordinate representation of color #1F165E: hue angle of 247.5º 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 #1F165E is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 31 22 94 -
CMYK 0.67 0.77 0 0.63
HSL 247.5º 0.62% 0.23% -
HSV(B) 247.5º 0.77% 0.37% -
XYZ 2.87 1.67 10.76 -
YUV 32.9 162.48 126.65 -
System Red Green Blue C M Y K H S L
Decimal 31 22 94 0.67 0.77 0 0.63 247.5 0.62 0.23
Hex 1F 16 5E 43 4D 0 3F F8 3E 17
Octal 37 26 136 103 115 0 77 370 76 27
Binary 11111 10110 1011110 1000011 1001101 0 111111 11111000 111110 10111

Color Harmonies of #1F165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F165E

Black with #1F165E

Text Example


Text Example

White with #1F165E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,22,94); }

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

background-color css

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

 a { background-color: rgb(31,22,94); }

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

border-color css

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

 span { border-color: rgb(31,22,94); }

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