Html Css Color HEX #11274A Midnight

📋 copy color: '#11274A'

red 17 ◦ green 39 ◦ blue 74

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

Shades of Midnight #11274A

Tints of Midnight #11274A

RGB

 RED value IS 17 (7.03% from 255) = 13.08%

 GREEN value IS 39 (15.63% from 255) = 30%

 BLUE value IS 74 (29.3% from 255) = 56.92%

R = 13.08%
G = 30%
B = 56.92%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#11274A (or 0x11274A) is known color: Midnight. HEX triplet: 11, 27 and 4A. RGB value is (17,39,74). Sum of RGB (Red+Green+Blue) = 17+39+74=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 74 (29.30% from 255 or 56.92% from 130); Max value from RGB is 74 - color contains mainly: blue. Hex color #11274A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11274A is #EED8B5. Grayscale: #242424. Windows color (decimal): -15653046 or 4859665. OLE color: 4859665.

HSL color Cylindrical-coordinate representation of color #11274A: hue angle of 216.84º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11274A is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 39 74 -
CMYK 0.77 0.47 0 0.71
HSL 216.84º 0.63% 0.18% -
HSV(B) 216.84º 0.77% 0.29% -
XYZ 2.19 2.06 6.76 -
YUV 36.41 149.21 114.15 -
System Red Green Blue C M Y K H S L
Decimal 17 39 74 0.77 0.47 0 0.71 216.84 0.63 0.18
Hex 11 27 4A 4D 2F 0 47 D9 3F 12
Octal 21 47 112 115 57 0 107 331 77 22
Binary 10001 100111 1001010 1001101 101111 0 1000111 11011001 111111 10010

Color Harmonies of #11274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11274A

Black with #11274A

Text Example


Text Example

White with #11274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11274A; }

 p { color: rgb(17,39,74); }

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

background-color css

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

 a { background-color: rgb(17,39,74); }

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

border-color css

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

 span { border-color: rgb(17,39,74); }

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