Html Css Color HEX #27288C Midnight Blue

📋 copy color: '#27288C'

red 39 ◦ green 40 ◦ blue 140

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

Shades of Midnight Blue #27288C

Tints of Midnight Blue #27288C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.26%

 BLUE value IS 140 (55.08% from 255) = 63.93%

R = 17.81%
G = 18.26%
B = 63.93%

CMYK

 C value IS 0.72

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27288C (or 0x27288C) is known color: Midnight Blue. HEX triplet: 27, 28 and 8C. RGB value is (39,40,140). Sum of RGB (Red+Green+Blue) = 39+40+140=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 140 (55.08% from 255 or 63.93% from 219); Max value from RGB is 140 - color contains mainly: blue. Hex color #27288C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27288C is #D8D773. Grayscale: #323232. Windows color (decimal): -14210932 or 9185319. OLE color: 9185319.

HSL color Cylindrical-coordinate representation of color #27288C: hue angle of 239.41º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27288C is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 40 140 -
CMYK 0.72 0.71 0 0.45
HSL 239.41º 0.56% 0.35% -
HSV(B) 239.41º 0.72% 0.55% -
XYZ 6.33 3.84 25.22 -
YUV 51.1 178.17 119.37 -
System Red Green Blue C M Y K H S L
Decimal 39 40 140 0.72 0.71 0 0.45 239.41 0.56 0.35
Hex 27 28 8C 48 47 0 2D EF 38 23
Octal 47 50 214 110 107 0 55 357 70 43
Binary 100111 101000 10001100 1001000 1000111 0 101101 11101111 111000 100011

Color Harmonies of #27288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27288C

Black with #27288C

Text Example


Text Example

White with #27288C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27288C; }

 p { color: rgb(39,40,140); }

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

background-color css

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

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

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

border-color css

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

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

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