Html Css Color HEX #1F0760 Midnight Blue

📋 copy color: '#1F0760'

red 31 ◦ green 7 ◦ blue 96

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

Shades of Midnight Blue #1F0760

Tints of Midnight Blue #1F0760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.22%

 BLUE value IS 96 (37.89% from 255) = 71.64%

R = 23.13%
G = 5.22%
B = 71.64%

CMYK

 C value IS 0.68

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1F0760 (or 0x1F0760) is known color: Midnight Blue. HEX triplet: 1F, 07 and 60. RGB value is (31,7,96). Sum of RGB (Red+Green+Blue) = 31+7+96=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 96 (37.89% from 255 or 71.64% from 134); Max value from RGB is 96 - color contains mainly: blue. Hex color #1F0760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0760 is #E0F89F. Grayscale: #171717. Windows color (decimal): -14743712 or 6293279. OLE color: 6293279.

HSL color Cylindrical-coordinate representation of color #1F0760: hue angle of 256.18º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1F0760 is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 31 7 96 -
CMYK 0.68 0.93 0 0.62
HSL 256.18º 0.86% 0.2% -
HSV(B) 256.18º 0.93% 0.38% -
XYZ 2.75 1.29 11.17 -
YUV 24.32 168.45 132.76 -
System Red Green Blue C M Y K H S L
Decimal 31 7 96 0.68 0.93 0 0.62 256.18 0.86 0.2
Hex 1F 7 60 44 5D 0 3E 100 56 14
Octal 37 7 140 104 135 0 76 400 126 24
Binary 11111 111 1100000 1000100 1011101 0 111110 100000000 1010110 10100

Color Harmonies of #1F0760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0760

Black with #1F0760

Text Example


Text Example

White with #1F0760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,7,96); }

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

background-color css

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

 a { background-color: rgb(31,7,96); }

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

border-color css

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

 span { border-color: rgb(31,7,96); }

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