Html Css Color HEX #111047 Paua

📋 copy color: '#111047'

red 17 ◦ green 16 ◦ blue 71

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

Shades of Paua #111047

Tints of Paua #111047

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.38%

 BLUE value IS 71 (28.13% from 255) = 68.27%

R = 16.35%
G = 15.38%
B = 68.27%

CMYK

 C value IS 0.76

 M value IS 0.77

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#111047 (or 0x111047) is known color: Paua. HEX triplet: 11, 10 and 47. RGB value is (17,16,71). Sum of RGB (Red+Green+Blue) = 17+16+71=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 71 (28.12% from 255 or 68.27% from 104); Max value from RGB is 71 - color contains mainly: blue. Hex color #111047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111047 is #EEEFB8. Grayscale: #161616. Windows color (decimal): -15658937 or 4657169. OLE color: 4657169.

HSL color Cylindrical-coordinate representation of color #111047: hue angle of 241.09º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #111047 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 16 71 -
CMYK 0.76 0.77 0 0.72
HSL 241.09º 0.63% 0.17% -
HSV(B) 241.09º 0.77% 0.28% -
XYZ 1.55 0.94 6.06 -
YUV 22.57 155.33 124.03 -
System Red Green Blue C M Y K H S L
Decimal 17 16 71 0.76 0.77 0 0.72 241.09 0.63 0.17
Hex 11 10 47 4C 4D 0 48 F1 3F 11
Octal 21 20 107 114 115 0 110 361 77 21
Binary 10001 10000 1000111 1001100 1001101 0 1001000 11110001 111111 10001

Color Harmonies of #111047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111047

Black with #111047

Text Example


Text Example

White with #111047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111047; }

 p { color: rgb(17,16,71); }

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

background-color css

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

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

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

border-color css

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

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

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