Html Css Color HEX #272775 Midnight Blue

📋 copy color: '#272775'

red 39 ◦ green 39 ◦ blue 117

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

Shades of Midnight Blue #272775

Tints of Midnight Blue #272775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 60%

R = 20%
G = 20%
B = 60%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#272775 (or 0x272775) is known color: Midnight Blue. HEX triplet: 27, 27 and 75. RGB value is (39,39,117). Sum of RGB (Red+Green+Blue) = 39+39+117=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #272775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272775 is #D8D88A. Grayscale: #2F2F2F. Windows color (decimal): -14211211 or 7677735. OLE color: 7677735.

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

Color convert

RGB 39 39 117 -
CMYK 0.67 0.67 0 0.54
HSL 240º 0.5% 0.31% -
HSV(B) 240º 0.67% 0.46% -
XYZ 4.77 3.17 17.19 -
YUV 47.89 167 121.66 -
System Red Green Blue C M Y K H S L
Decimal 39 39 117 0.67 0.67 0 0.54 240 0.5 0.31
Hex 27 27 75 43 43 0 36 F0 32 1F
Octal 47 47 165 103 103 0 66 360 62 37
Binary 100111 100111 1110101 1000011 1000011 0 110110 11110000 110010 11111

Color Harmonies of #272775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272775

Black with #272775

Text Example


Text Example

White with #272775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272775; }

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

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

background-color css

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

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

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

border-color css

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

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

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