Html Css Color HEX #272774 Midnight Blue

📋 copy color: '#272774'

red 39 ◦ green 39 ◦ blue 116

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

Shades of Midnight Blue #272774

Tints of Midnight Blue #272774

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.1%

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

R = 20.1%
G = 20.1%
B = 59.79%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#272774 (or 0x272774) is known color: Midnight Blue. HEX triplet: 27, 27 and 74. RGB value is (39,39,116). Sum of RGB (Red+Green+Blue) = 39+39+116=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #272774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272774 is #D8D88B. Grayscale: #2F2F2F. Windows color (decimal): -14211212 or 7612199. OLE color: 7612199.

HSL color Cylindrical-coordinate representation of color #272774: hue angle of 240º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #272774 is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 39 116 -
CMYK 0.66 0.66 0 0.55
HSL 240º 0.5% 0.3% -
HSV(B) 240º 0.66% 0.45% -
XYZ 4.71 3.14 16.88 -
YUV 47.78 166.5 121.74 -
System Red Green Blue C M Y K H S L
Decimal 39 39 116 0.66 0.66 0 0.55 240 0.5 0.3
Hex 27 27 74 42 42 0 37 F0 32 1E
Octal 47 47 164 102 102 0 67 360 62 36
Binary 100111 100111 1110100 1000010 1000010 0 110111 11110000 110010 11110

Color Harmonies of #272774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272774

Black with #272774

Text Example


Text Example

White with #272774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272774; }

 p { color: rgb(39,39,116); }

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

background-color css

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

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

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

border-color css

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

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

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