Html Css Color HEX #1F1C73 Midnight Blue

📋 copy color: '#1F1C73'

red 31 ◦ green 28 ◦ blue 115

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

Shades of Midnight Blue #1F1C73

Tints of Midnight Blue #1F1C73

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.09%

 BLUE value IS 115 (45.31% from 255) = 66.09%

R = 17.82%
G = 16.09%
B = 66.09%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1F1C73 (or 0x1F1C73) is known color: Midnight Blue. HEX triplet: 1F, 1C and 73. RGB value is (31,28,115). Sum of RGB (Red+Green+Blue) = 31+28+115=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 115 (45.31% from 255 or 66.09% from 174); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F1C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F1C73 is #E0E38C. Grayscale: #262626. Windows color (decimal): -14738317 or 7543839. OLE color: 7543839.

HSL color Cylindrical-coordinate representation of color #1F1C73: hue angle of 242.07º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F1C73 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 31 28 115 -
CMYK 0.73 0.76 0 0.55
HSL 242.07º 0.61% 0.28% -
HSV(B) 242.07º 0.76% 0.45% -
XYZ 4.07 2.36 16.46 -
YUV 38.82 170.99 122.43 -
System Red Green Blue C M Y K H S L
Decimal 31 28 115 0.73 0.76 0 0.55 242.07 0.61 0.28
Hex 1F 1C 73 49 4C 0 37 F2 3D 1C
Octal 37 34 163 111 114 0 67 362 75 34
Binary 11111 11100 1110011 1001001 1001100 0 110111 11110010 111101 11100

Color Harmonies of #1F1C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1C73

Black with #1F1C73

Text Example


Text Example

White with #1F1C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,28,115); }

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

background-color css

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

 a { background-color: rgb(31,28,115); }

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

border-color css

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

 span { border-color: rgb(31,28,115); }

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