Html Css Color HEX #11274B Midnight

📋 copy color: '#11274B'

red 17 ◦ green 39 ◦ blue 75

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

Shades of Midnight #11274B

Tints of Midnight #11274B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 57.25%

R = 12.98%
G = 29.77%
B = 57.25%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#11274B (or 0x11274B) is known color: Midnight. HEX triplet: 11, 27 and 4B. RGB value is (17,39,75). Sum of RGB (Red+Green+Blue) = 17+39+75=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 75 (29.69% from 255 or 57.25% from 131); Max value from RGB is 75 - color contains mainly: blue. Hex color #11274B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11274B is #EED8B4. Grayscale: #242424. Windows color (decimal): -15653045 or 4925201. OLE color: 4925201.

HSL color Cylindrical-coordinate representation of color #11274B: hue angle of 217.24º 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 #11274B is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 39 75 -
CMYK 0.77 0.48 0 0.71
HSL 217.24º 0.63% 0.18% -
HSV(B) 217.24º 0.77% 0.29% -
XYZ 2.23 2.08 6.94 -
YUV 36.53 149.71 114.07 -
System Red Green Blue C M Y K H S L
Decimal 17 39 75 0.77 0.48 0 0.71 217.24 0.63 0.18
Hex 11 27 4B 4D 30 0 47 D9 3F 12
Octal 21 47 113 115 60 0 107 331 77 22
Binary 10001 100111 1001011 1001101 110000 0 1000111 11011001 111111 10010

Color Harmonies of #11274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11274B

Black with #11274B

Text Example


Text Example

White with #11274B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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