Html Css Color HEX #1F2B76 Midnight Blue

📋 copy color: '#1F2B76'

red 31 ◦ green 43 ◦ blue 118

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

Shades of Midnight Blue #1F2B76

Tints of Midnight Blue #1F2B76

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.4%

 BLUE value IS 118 (46.48% from 255) = 61.46%

R = 16.15%
G = 22.4%
B = 61.46%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1F2B76 (or 0x1F2B76) is known color: Midnight Blue. HEX triplet: 1F, 2B and 76. RGB value is (31,43,118). Sum of RGB (Red+Green+Blue) = 31+43+118=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 118 (46.48% from 255 or 61.46% from 192); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F2B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2B76 is #E0D489. Grayscale: #2F2F2F. Windows color (decimal): -14734474 or 7744287. OLE color: 7744287.

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

Color convert

RGB 31 43 118 -
CMYK 0.74 0.64 0 0.54
HSL 231.72º 0.58% 0.29% -
HSV(B) 231.72º 0.74% 0.46% -
XYZ 4.7 3.33 17.53 -
YUV 47.96 167.52 115.9 -
System Red Green Blue C M Y K H S L
Decimal 31 43 118 0.74 0.64 0 0.54 231.72 0.58 0.29
Hex 1F 2B 76 4A 40 0 36 E8 3A 1D
Octal 37 53 166 112 100 0 66 350 72 35
Binary 11111 101011 1110110 1001010 1000000 0 110110 11101000 111010 11101

Color Harmonies of #1F2B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2B76

Black with #1F2B76

Text Example


Text Example

White with #1F2B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,43,118); }

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

background-color css

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

 a { background-color: rgb(31,43,118); }

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

border-color css

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

 span { border-color: rgb(31,43,118); }

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