Html Css Color HEX #272070 Midnight Blue

📋 copy color: '#272070'

red 39 ◦ green 32 ◦ blue 112

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

Shades of Midnight Blue #272070

Tints of Midnight Blue #272070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.49%

 BLUE value IS 112 (44.14% from 255) = 61.2%

R = 21.31%
G = 17.49%
B = 61.2%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#272070 (or 0x272070) is known color: Midnight Blue. HEX triplet: 27, 20 and 70. RGB value is (39,32,112). Sum of RGB (Red+Green+Blue) = 39+32+112=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 112 (44.14% from 255 or 61.20% from 183); Max value from RGB is 112 - color contains mainly: blue. Hex color #272070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272070 is #D8DF8F. Grayscale: #2A2A2A. Windows color (decimal): -14213008 or 7348263. OLE color: 7348263.

HSL color Cylindrical-coordinate representation of color #272070: hue angle of 245.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #272070 is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 32 112 -
CMYK 0.65 0.71 0 0.56
HSL 245.25º 0.56% 0.28% -
HSV(B) 245.25º 0.71% 0.44% -
XYZ 4.28 2.63 15.61 -
YUV 43.21 166.82 125 -
System Red Green Blue C M Y K H S L
Decimal 39 32 112 0.65 0.71 0 0.56 245.25 0.56 0.28
Hex 27 20 70 41 47 0 38 F5 38 1C
Octal 47 40 160 101 107 0 70 365 70 34
Binary 100111 100000 1110000 1000001 1000111 0 111000 11110101 111000 11100

Color Harmonies of #272070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272070

Black with #272070

Text Example


Text Example

White with #272070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272070; }

 p { color: rgb(39,32,112); }

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

background-color css

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

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

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

border-color css

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

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

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