Html Css Color HEX #272670 Midnight Blue

📋 copy color: '#272670'

red 39 ◦ green 38 ◦ blue 112

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

Shades of Midnight Blue #272670

Tints of Midnight Blue #272670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.11%

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

R = 20.63%
G = 20.11%
B = 59.26%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#272670 (or 0x272670) is known color: Midnight Blue. HEX triplet: 27, 26 and 70. RGB value is (39,38,112). Sum of RGB (Red+Green+Blue) = 39+38+112=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #272670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272670 is #D8D98F. Grayscale: #2E2E2E. Windows color (decimal): -14211472 or 7349799. OLE color: 7349799.

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

Color convert

RGB 39 38 112 -
CMYK 0.65 0.66 0 0.56
HSL 240.81º 0.49% 0.29% -
HSV(B) 240.81º 0.66% 0.44% -
XYZ 4.45 2.99 15.67 -
YUV 46.74 164.83 122.48 -
System Red Green Blue C M Y K H S L
Decimal 39 38 112 0.65 0.66 0 0.56 240.81 0.49 0.29
Hex 27 26 70 41 42 0 38 F1 31 1D
Octal 47 46 160 101 102 0 70 361 61 35
Binary 100111 100110 1110000 1000001 1000010 0 111000 11110001 110001 11101

Color Harmonies of #272670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272670

Black with #272670

Text Example


Text Example

White with #272670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272670; }

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

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

background-color css

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

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

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

border-color css

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

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

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