Html Css Color HEX #1F1C77 Midnight Blue

📋 copy color: '#1F1C77'

red 31 ◦ green 28 ◦ blue 119

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

Shades of Midnight Blue #1F1C77

Tints of Midnight Blue #1F1C77

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.73%

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

R = 17.42%
G = 15.73%
B = 66.85%

CMYK

 C value IS 0.74

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1F1C77 (or 0x1F1C77) is known color: Midnight Blue. HEX triplet: 1F, 1C and 77. RGB value is (31,28,119). Sum of RGB (Red+Green+Blue) = 31+28+119=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 119 (46.88% from 255 or 66.85% from 178); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F1C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F1C77 is #E0E388. Grayscale: #262626. Windows color (decimal): -14738313 or 7805983. OLE color: 7805983.

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

Color convert

RGB 31 28 119 -
CMYK 0.74 0.76 0 0.53
HSL 241.98º 0.62% 0.29% -
HSV(B) 241.98º 0.76% 0.47% -
XYZ 4.31 2.45 17.7 -
YUV 39.27 172.99 122.1 -
System Red Green Blue C M Y K H S L
Decimal 31 28 119 0.74 0.76 0 0.53 241.98 0.62 0.29
Hex 1F 1C 77 4A 4C 0 35 F2 3E 1D
Octal 37 34 167 112 114 0 65 362 76 35
Binary 11111 11100 1110111 1001010 1001100 0 110101 11110010 111110 11101

Color Harmonies of #1F1C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1C77

Black with #1F1C77

Text Example


Text Example

White with #1F1C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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