Html Css Color HEX #11124D Paua

📋 copy color: '#11124D'

red 17 ◦ green 18 ◦ blue 77

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

Shades of Paua #11124D

Tints of Paua #11124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.07%

 BLUE value IS 77 (30.47% from 255) = 68.75%

R = 15.18%
G = 16.07%
B = 68.75%

CMYK

 C value IS 0.78

 M value IS 0.77

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11124D (or 0x11124D) is known color: Paua. HEX triplet: 11, 12 and 4D. RGB value is (17,18,77). Sum of RGB (Red+Green+Blue) = 17+18+77=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 77 (30.47% from 255 or 68.75% from 112); Max value from RGB is 77 - color contains mainly: blue. Hex color #11124D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11124D is #EEEDB2. Grayscale: #181818. Windows color (decimal): -15658419 or 5050897. OLE color: 5050897.

HSL color Cylindrical-coordinate representation of color #11124D: hue angle of 239º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11124D is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 18 77 -
CMYK 0.78 0.77 0 0.70
HSL 239º 0.64% 0.18% -
HSV(B) 239º 0.78% 0.3% -
XYZ 1.79 1.09 7.14 -
YUV 24.43 157.67 122.7 -
System Red Green Blue C M Y K H S L
Decimal 17 18 77 0.78 0.77 0 0.70 239 0.64 0.18
Hex 11 12 4D 4E 4D 0 46 EF 40 12
Octal 21 22 115 116 115 0 106 357 100 22
Binary 10001 10010 1001101 1001110 1001101 0 1000110 11101111 1000000 10010

Color Harmonies of #11124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11124D

Black with #11124D

Text Example


Text Example

White with #11124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11124D; }

 p { color: rgb(17,18,77); }

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

background-color css

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

 a { background-color: rgb(17,18,77); }

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

border-color css

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

 span { border-color: rgb(17,18,77); }

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