Html Css Color HEX #27248C Midnight Blue

📋 copy color: '#27248C'

red 39 ◦ green 36 ◦ blue 140

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

Shades of Midnight Blue #27248C

Tints of Midnight Blue #27248C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.74%

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

R = 18.14%
G = 16.74%
B = 65.12%

CMYK

 C value IS 0.72

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27248C (or 0x27248C) is known color: Midnight Blue. HEX triplet: 27, 24 and 8C. RGB value is (39,36,140). Sum of RGB (Red+Green+Blue) = 39+36+140=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 140 (55.08% from 255 or 65.12% from 215); Max value from RGB is 140 - color contains mainly: blue. Hex color #27248C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27248C is #D8DB73. Grayscale: #303030. Windows color (decimal): -14211956 or 9184295. OLE color: 9184295.

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

Color convert

RGB 39 36 140 -
CMYK 0.72 0.74 0 0.45
HSL 241.73º 0.59% 0.35% -
HSV(B) 241.73º 0.74% 0.55% -
XYZ 6.2 3.59 25.18 -
YUV 48.75 179.49 121.04 -
System Red Green Blue C M Y K H S L
Decimal 39 36 140 0.72 0.74 0 0.45 241.73 0.59 0.35
Hex 27 24 8C 48 4A 0 2D F2 3B 23
Octal 47 44 214 110 112 0 55 362 73 43
Binary 100111 100100 10001100 1001000 1001010 0 101101 11110010 111011 100011

Color Harmonies of #27248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27248C

Black with #27248C

Text Example


Text Example

White with #27248C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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