Html Css Color HEX #272980 Midnight Blue

📋 copy color: '#272980'

red 39 ◦ green 41 ◦ blue 128

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

Shades of Midnight Blue #272980

Tints of Midnight Blue #272980

RGB

 RED value IS 39 (15.63% from 255) = 18.75%

 GREEN value IS 41 (16.41% from 255) = 19.71%

 BLUE value IS 128 (50.39% from 255) = 61.54%

R = 18.75%
G = 19.71%
B = 61.54%

CMYK

 C value IS 0.70

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#272980 (or 0x272980) is known color: Midnight Blue. HEX triplet: 27, 29 and 80. RGB value is (39,41,128). Sum of RGB (Red+Green+Blue) = 39+41+128=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 128 (50.39% from 255 or 61.54% from 208); Max value from RGB is 128 - color contains mainly: blue. Hex color #272980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272980 is #D8D67F. Grayscale: #313131. Windows color (decimal): -14210688 or 8399143. OLE color: 8399143.

HSL color Cylindrical-coordinate representation of color #272980: hue angle of 238.65º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #272980 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 39 41 128 -
CMYK 0.70 0.68 0 0.50
HSL 238.65º 0.53% 0.33% -
HSV(B) 238.65º 0.7% 0.5% -
XYZ 5.53 3.58 20.82 -
YUV 50.32 171.84 119.93 -
System Red Green Blue C M Y K H S L
Decimal 39 41 128 0.70 0.68 0 0.50 238.65 0.53 0.33
Hex 27 29 80 46 44 0 32 EF 35 21
Octal 47 51 200 106 104 0 62 357 65 41
Binary 100111 101001 10000000 1000110 1000100 0 110010 11101111 110101 100001

Color Harmonies of #272980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272980

Black with #272980

Text Example


Text Example

White with #272980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272980; }

 p { color: rgb(39,41,128); }

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

background-color css

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

 a { background-color: rgb(39,41,128); }

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

border-color css

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

 span { border-color: rgb(39,41,128); }

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