Html Css Color HEX #1F2B78 Midnight Blue

📋 copy color: '#1F2B78'

red 31 ◦ green 43 ◦ blue 120

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

Shades of Midnight Blue #1F2B78

Tints of Midnight Blue #1F2B78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 61.86%

R = 15.98%
G = 22.16%
B = 61.86%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1F2B78 (or 0x1F2B78) is known color: Midnight Blue. HEX triplet: 1F, 2B and 78. RGB value is (31,43,120). Sum of RGB (Red+Green+Blue) = 31+43+120=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 120 (47.27% from 255 or 61.86% from 194); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F2B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2B78 is #E0D487. Grayscale: #2F2F2F. Windows color (decimal): -14734472 or 7875359. OLE color: 7875359.

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

Color convert

RGB 31 43 120 -
CMYK 0.74 0.64 0 0.53
HSL 231.91º 0.59% 0.3% -
HSV(B) 231.91º 0.74% 0.47% -
XYZ 4.82 3.38 18.17 -
YUV 48.19 168.52 115.74 -
System Red Green Blue C M Y K H S L
Decimal 31 43 120 0.74 0.64 0 0.53 231.91 0.59 0.3
Hex 1F 2B 78 4A 40 0 35 E8 3B 1E
Octal 37 53 170 112 100 0 65 350 73 36
Binary 11111 101011 1111000 1001010 1000000 0 110101 11101000 111011 11110

Color Harmonies of #1F2B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2B78

Black with #1F2B78

Text Example


Text Example

White with #1F2B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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