Html Css Color HEX #1F095E Midnight Blue

📋 copy color: '#1F095E'

red 31 ◦ green 9 ◦ blue 94

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

Shades of Midnight Blue #1F095E

Tints of Midnight Blue #1F095E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.72%

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

R = 23.13%
G = 6.72%
B = 70.15%

CMYK

 C value IS 0.67

 M value IS 0.90

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1F095E (or 0x1F095E) is known color: Midnight Blue. HEX triplet: 1F, 09 and 5E. RGB value is (31,9,94). Sum of RGB (Red+Green+Blue) = 31+9+94=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 94 (37.11% from 255 or 70.15% from 134); Max value from RGB is 94 - color contains mainly: blue. Hex color #1F095E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F095E is #E0F6A1. Grayscale: #181818. Windows color (decimal): -14743202 or 6162719. OLE color: 6162719.

HSL color Cylindrical-coordinate representation of color #1F095E: hue angle of 255.53º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F095E is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 31 9 94 -
CMYK 0.67 0.90 0 0.63
HSL 255.53º 0.83% 0.2% -
HSV(B) 255.53º 0.9% 0.37% -
XYZ 2.68 1.29 10.7 -
YUV 25.27 166.79 132.09 -
System Red Green Blue C M Y K H S L
Decimal 31 9 94 0.67 0.90 0 0.63 255.53 0.83 0.2
Hex 1F 9 5E 43 5A 0 3F 100 53 14
Octal 37 11 136 103 132 0 77 400 123 24
Binary 11111 1001 1011110 1000011 1011010 0 111111 100000000 1010011 10100

Color Harmonies of #1F095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F095E

Black with #1F095E

Text Example


Text Example

White with #1F095E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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