Html Css Color HEX #1F205F Midnight Blue

📋 copy color: '#1F205F'

red 31 ◦ green 32 ◦ blue 95

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

Shades of Midnight Blue #1F205F

Tints of Midnight Blue #1F205F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.25%

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

R = 19.62%
G = 20.25%
B = 60.13%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1F205F (or 0x1F205F) is known color: Midnight Blue. HEX triplet: 1F, 20 and 5F. RGB value is (31,32,95). Sum of RGB (Red+Green+Blue) = 31+32+95=158 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.62% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 95 (37.5% from 255 or 60.13% from 158); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F205F is #E0DFA0. Grayscale: #262626. Windows color (decimal): -14737313 or 6234143. OLE color: 6234143.

HSL color Cylindrical-coordinate representation of color #1F205F: hue angle of 239.06º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F205F is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 31 32 95 -
CMYK 0.67 0.66 0 0.63
HSL 239.06º 0.51% 0.25% -
HSV(B) 239.06º 0.67% 0.37% -
XYZ 3.15 2.15 11.08 -
YUV 38.88 159.67 122.38 -
System Red Green Blue C M Y K H S L
Decimal 31 32 95 0.67 0.66 0 0.63 239.06 0.51 0.25
Hex 1F 20 5F 43 42 0 3F EF 33 19
Octal 37 40 137 103 102 0 77 357 63 31
Binary 11111 100000 1011111 1000011 1000010 0 111111 11101111 110011 11001

Color Harmonies of #1F205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F205F

Black with #1F205F

Text Example


Text Example

White with #1F205F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,32,95); }

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

background-color css

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

 a { background-color: rgb(31,32,95); }

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

border-color css

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

 span { border-color: rgb(31,32,95); }

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