Html Css Color HEX #1F1675 Midnight Blue

📋 copy color: '#1F1675'

red 31 ◦ green 22 ◦ blue 117

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

Shades of Midnight Blue #1F1675

Tints of Midnight Blue #1F1675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 68.82%

R = 18.24%
G = 12.94%
B = 68.82%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1F1675 (or 0x1F1675) is known color: Midnight Blue. HEX triplet: 1F, 16 and 75. RGB value is (31,22,117). Sum of RGB (Red+Green+Blue) = 31+22+117=170 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.24% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 117 (46.09% from 255 or 68.82% from 170); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F1675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1675 is #E0E98A. Grayscale: #232323. Windows color (decimal): -14739851 or 7673375. OLE color: 7673375.

HSL color Cylindrical-coordinate representation of color #1F1675: hue angle of 245.68º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F1675 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 22 117 -
CMYK 0.74 0.81 0 0.54
HSL 245.68º 0.68% 0.27% -
HSV(B) 245.68º 0.81% 0.46% -
XYZ 4.06 2.15 17.03 -
YUV 35.52 173.98 124.78 -
System Red Green Blue C M Y K H S L
Decimal 31 22 117 0.74 0.81 0 0.54 245.68 0.68 0.27
Hex 1F 16 75 4A 51 0 36 F6 44 1B
Octal 37 26 165 112 121 0 66 366 104 33
Binary 11111 10110 1110101 1001010 1010001 0 110110 11110110 1000100 11011

Color Harmonies of #1F1675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1675

Black with #1F1675

Text Example


Text Example

White with #1F1675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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