Html Css Color HEX #1F167C Midnight Blue

📋 copy color: '#1F167C'

red 31 ◦ green 22 ◦ blue 124

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

Shades of Midnight Blue #1F167C

Tints of Midnight Blue #1F167C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 70.06%

R = 17.51%
G = 12.43%
B = 70.06%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F167C (or 0x1F167C) is known color: Midnight Blue. HEX triplet: 1F, 16 and 7C. RGB value is (31,22,124). Sum of RGB (Red+Green+Blue) = 31+22+124=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 124 (48.83% from 255 or 70.06% from 177); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F167C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F167C is #E0E983. Grayscale: #232323. Windows color (decimal): -14739844 or 8132127. OLE color: 8132127.

HSL color Cylindrical-coordinate representation of color #1F167C: hue angle of 245.29º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F167C is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 22 124 -
CMYK 0.75 0.82 0 0.51
HSL 245.29º 0.7% 0.29% -
HSV(B) 245.29º 0.82% 0.49% -
XYZ 4.49 2.32 19.28 -
YUV 36.32 177.48 124.21 -
System Red Green Blue C M Y K H S L
Decimal 31 22 124 0.75 0.82 0 0.51 245.29 0.7 0.29
Hex 1F 16 7C 4B 52 0 33 F5 46 1D
Octal 37 26 174 113 122 0 63 365 106 35
Binary 11111 10110 1111100 1001011 1010010 0 110011 11110101 1000110 11101

Color Harmonies of #1F167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F167C

Black with #1F167C

Text Example


Text Example

White with #1F167C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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