Html Css Color HEX #272585 Midnight Blue

📋 copy color: '#272585'

red 39 ◦ green 37 ◦ blue 133

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

Shades of Midnight Blue #272585

Tints of Midnight Blue #272585

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.7%

 BLUE value IS 133 (52.34% from 255) = 63.64%

R = 18.66%
G = 17.7%
B = 63.64%

CMYK

 C value IS 0.71

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#272585 (or 0x272585) is known color: Midnight Blue. HEX triplet: 27, 25 and 85. RGB value is (39,37,133). Sum of RGB (Red+Green+Blue) = 39+37+133=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #272585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272585 is #D8DA7A. Grayscale: #303030. Windows color (decimal): -14211707 or 8725799. OLE color: 8725799.

HSL color Cylindrical-coordinate representation of color #272585: hue angle of 241.25º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #272585 is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 39 37 133 -
CMYK 0.71 0.72 0 0.48
HSL 241.25º 0.56% 0.33% -
HSV(B) 241.25º 0.72% 0.52% -
XYZ 5.73 3.45 22.55 -
YUV 48.54 175.66 121.19 -
System Red Green Blue C M Y K H S L
Decimal 39 37 133 0.71 0.72 0 0.48 241.25 0.56 0.33
Hex 27 25 85 47 48 0 30 F1 38 21
Octal 47 45 205 107 110 0 60 361 70 41
Binary 100111 100101 10000101 1000111 1001000 0 110000 11110001 111000 100001

Color Harmonies of #272585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272585

Black with #272585

Text Example


Text Example

White with #272585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272585; }

 p { color: rgb(39,37,133); }

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

background-color css

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

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

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

border-color css

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

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

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