Html Css Color HEX #272875 Midnight Blue

📋 copy color: '#272875'

red 39 ◦ green 40 ◦ blue 117

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

Shades of Midnight Blue #272875

Tints of Midnight Blue #272875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 59.69%

R = 19.9%
G = 20.41%
B = 59.69%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#272875 (or 0x272875) is known color: Midnight Blue. HEX triplet: 27, 28 and 75. RGB value is (39,40,117). Sum of RGB (Red+Green+Blue) = 39+40+117=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #272875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272875 is #D8D78A. Grayscale: #303030. Windows color (decimal): -14210955 or 7677991. OLE color: 7677991.

HSL color Cylindrical-coordinate representation of color #272875: hue angle of 239.23º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #272875 is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 40 117 -
CMYK 0.67 0.66 0 0.54
HSL 239.23º 0.5% 0.31% -
HSV(B) 239.23º 0.67% 0.46% -
XYZ 4.81 3.23 17.2 -
YUV 48.48 166.67 121.24 -
System Red Green Blue C M Y K H S L
Decimal 39 40 117 0.67 0.66 0 0.54 239.23 0.5 0.31
Hex 27 28 75 43 42 0 36 EF 32 1F
Octal 47 50 165 103 102 0 66 357 62 37
Binary 100111 101000 1110101 1000011 1000010 0 110110 11101111 110010 11111

Color Harmonies of #272875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272875

Black with #272875

Text Example


Text Example

White with #272875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272875; }

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

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

background-color css

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

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

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

border-color css

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

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

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