Html Css Color HEX #1F2474 Midnight Blue

📋 copy color: '#1F2474'

red 31 ◦ green 36 ◦ blue 116

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

Shades of Midnight Blue #1F2474

Tints of Midnight Blue #1F2474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 63.39%

R = 16.94%
G = 19.67%
B = 63.39%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1F2474 (or 0x1F2474) is known color: Midnight Blue. HEX triplet: 1F, 24 and 74. RGB value is (31,36,116). Sum of RGB (Red+Green+Blue) = 31+36+116=183 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.94% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 116 (45.70% from 255 or 63.39% from 183); Max value from RGB is 116 - color contains mainly: blue. Hex color #1F2474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2474 is #E0DB8B. Grayscale: #2B2B2B. Windows color (decimal): -14736268 or 7611423. OLE color: 7611423.

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

Color convert

RGB 31 36 116 -
CMYK 0.73 0.69 0 0.55
HSL 236.47º 0.58% 0.29% -
HSV(B) 236.47º 0.73% 0.45% -
XYZ 4.35 2.81 16.84 -
YUV 43.63 168.84 119 -
System Red Green Blue C M Y K H S L
Decimal 31 36 116 0.73 0.69 0 0.55 236.47 0.58 0.29
Hex 1F 24 74 49 45 0 37 EC 3A 1D
Octal 37 44 164 111 105 0 67 354 72 35
Binary 11111 100100 1110100 1001001 1000101 0 110111 11101100 111010 11101

Color Harmonies of #1F2474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2474

Black with #1F2474

Text Example


Text Example

White with #1F2474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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