Html Css Color HEX #1F2476 Midnight Blue

📋 copy color: '#1F2476'

red 31 ◦ green 36 ◦ blue 118

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

Shades of Midnight Blue #1F2476

Tints of Midnight Blue #1F2476

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.46%

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

R = 16.76%
G = 19.46%
B = 63.78%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1F2476 (or 0x1F2476) is known color: Midnight Blue. HEX triplet: 1F, 24 and 76. RGB value is (31,36,118). Sum of RGB (Red+Green+Blue) = 31+36+118=185 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.76% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 118 (46.48% from 255 or 63.78% from 185); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F2476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2476 is #E0DB89. Grayscale: #2B2B2B. Windows color (decimal): -14736266 or 7742495. OLE color: 7742495.

HSL color Cylindrical-coordinate representation of color #1F2476: hue angle of 236.55º 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 #1F2476 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 36 118 -
CMYK 0.74 0.69 0 0.54
HSL 236.55º 0.58% 0.29% -
HSV(B) 236.55º 0.74% 0.46% -
XYZ 4.47 2.86 17.46 -
YUV 43.85 169.84 118.83 -
System Red Green Blue C M Y K H S L
Decimal 31 36 118 0.74 0.69 0 0.54 236.55 0.58 0.29
Hex 1F 24 76 4A 45 0 36 ED 3A 1D
Octal 37 44 166 112 105 0 66 355 72 35
Binary 11111 100100 1110110 1001010 1000101 0 110110 11101101 111010 11101

Color Harmonies of #1F2476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2476

Black with #1F2476

Text Example


Text Example

White with #1F2476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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