Html Css Color HEX #11114C Paua

📋 copy color: '#11114C'

red 17 ◦ green 17 ◦ blue 76

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

Shades of Paua #11114C

Tints of Paua #11114C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.45%

 BLUE value IS 76 (30.08% from 255) = 69.09%

R = 15.45%
G = 15.45%
B = 69.09%

CMYK

 C value IS 0.78

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11114C (or 0x11114C) is known color: Paua. HEX triplet: 11, 11 and 4C. RGB value is (17,17,76). Sum of RGB (Red+Green+Blue) = 17+17+76=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 76 (30.08% from 255 or 69.09% from 110); Max value from RGB is 76 - color contains mainly: blue. Hex color #11114C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11114C is #EEEEB3. Grayscale: #171717. Windows color (decimal): -15658676 or 4985105. OLE color: 4985105.

HSL color Cylindrical-coordinate representation of color #11114C: hue angle of 240º degrees, saturation: 0.63, 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 #11114C is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 17 76 -
CMYK 0.78 0.78 0 0.70
HSL 240º 0.63% 0.18% -
HSV(B) 240º 0.78% 0.3% -
XYZ 1.74 1.04 6.95 -
YUV 23.73 157.5 123.2 -
System Red Green Blue C M Y K H S L
Decimal 17 17 76 0.78 0.78 0 0.70 240 0.63 0.18
Hex 11 11 4C 4E 4E 0 46 F0 3F 12
Octal 21 21 114 116 116 0 106 360 77 22
Binary 10001 10001 1001100 1001110 1001110 0 1000110 11110000 111111 10010

Color Harmonies of #11114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11114C

Black with #11114C

Text Example


Text Example

White with #11114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11114C; }

 p { color: rgb(17,17,76); }

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

background-color css

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

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

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

border-color css

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

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

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