Html Css Color HEX #271C74 Midnight Blue

📋 copy color: '#271C74'

red 39 ◦ green 28 ◦ blue 116

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

Shades of Midnight Blue #271C74

Tints of Midnight Blue #271C74

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.3%

 BLUE value IS 116 (45.7% from 255) = 63.39%

R = 21.31%
G = 15.3%
B = 63.39%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#271C74 (or 0x271C74) is known color: Midnight Blue. HEX triplet: 27, 1C and 74. RGB value is (39,28,116). Sum of RGB (Red+Green+Blue) = 39+28+116=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 116 (45.70% from 255 or 63.39% from 183); Max value from RGB is 116 - color contains mainly: blue. Hex color #271C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271C74 is #D8E38B. Grayscale: #282828. Windows color (decimal): -14214028 or 7609383. OLE color: 7609383.

HSL color Cylindrical-coordinate representation of color #271C74: hue angle of 247.5º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #271C74 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 28 116 -
CMYK 0.66 0.76 0 0.55
HSL 247.5º 0.61% 0.28% -
HSV(B) 247.5º 0.76% 0.45% -
XYZ 4.4 2.52 16.78 -
YUV 41.32 170.14 126.34 -
System Red Green Blue C M Y K H S L
Decimal 39 28 116 0.66 0.76 0 0.55 247.5 0.61 0.28
Hex 27 1C 74 42 4C 0 37 F8 3D 1C
Octal 47 34 164 102 114 0 67 370 75 34
Binary 100111 11100 1110100 1000010 1001100 0 110111 11111000 111101 11100

Color Harmonies of #271C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271C74

Black with #271C74

Text Example


Text Example

White with #271C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271C74; }

 p { color: rgb(39,28,116); }

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

background-color css

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

 a { background-color: rgb(39,28,116); }

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

border-color css

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

 span { border-color: rgb(39,28,116); }

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