Html Css Color HEX #1F2277 Midnight Blue

📋 copy color: '#1F2277'

red 31 ◦ green 34 ◦ blue 119

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

Shades of Midnight Blue #1F2277

Tints of Midnight Blue #1F2277

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.48%

 BLUE value IS 119 (46.88% from 255) = 64.67%

R = 16.85%
G = 18.48%
B = 64.67%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1F2277 (or 0x1F2277) is known color: Midnight Blue. HEX triplet: 1F, 22 and 77. RGB value is (31,34,119). Sum of RGB (Red+Green+Blue) = 31+34+119=184 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.85% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 119 (46.88% from 255 or 64.67% from 184); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F2277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2277 is #E0DD88. Grayscale: #2A2A2A. Windows color (decimal): -14736777 or 7807519. OLE color: 7807519.

HSL color Cylindrical-coordinate representation of color #1F2277: hue angle of 237.95º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F2277 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 34 119 -
CMYK 0.74 0.71 0 0.53
HSL 237.95º 0.59% 0.29% -
HSV(B) 237.95º 0.74% 0.47% -
XYZ 4.47 2.77 17.75 -
YUV 42.79 171.01 119.59 -
System Red Green Blue C M Y K H S L
Decimal 31 34 119 0.74 0.71 0 0.53 237.95 0.59 0.29
Hex 1F 22 77 4A 47 0 35 EE 3B 1D
Octal 37 42 167 112 107 0 65 356 73 35
Binary 11111 100010 1110111 1001010 1000111 0 110101 11101110 111011 11101

Color Harmonies of #1F2277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2277

Black with #1F2277

Text Example


Text Example

White with #1F2277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,34,119); }

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

background-color css

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

 a { background-color: rgb(31,34,119); }

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

border-color css

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

 span { border-color: rgb(31,34,119); }

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