Html Css Color HEX #111048 Paua

📋 copy color: '#111048'

red 17 ◦ green 16 ◦ blue 72

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

Shades of Paua #111048

Tints of Paua #111048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 68.57%

R = 16.19%
G = 15.24%
B = 68.57%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#111048 (or 0x111048) is known color: Paua. HEX triplet: 11, 10 and 48. RGB value is (17,16,72). Sum of RGB (Red+Green+Blue) = 17+16+72=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 72 (28.52% from 255 or 68.57% from 105); Max value from RGB is 72 - color contains mainly: blue. Hex color #111048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111048 is #EEEFB7. Grayscale: #161616. Windows color (decimal): -15658936 or 4722705. OLE color: 4722705.

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

Color convert

RGB 17 16 72 -
CMYK 0.76 0.78 0 0.72
HSL 241.07º 0.64% 0.17% -
HSV(B) 241.07º 0.78% 0.28% -
XYZ 1.59 0.96 6.23 -
YUV 22.68 155.83 123.95 -
System Red Green Blue C M Y K H S L
Decimal 17 16 72 0.76 0.78 0 0.72 241.07 0.64 0.17
Hex 11 10 48 4C 4E 0 48 F1 40 11
Octal 21 20 110 114 116 0 110 361 100 21
Binary 10001 10000 1001000 1001100 1001110 0 1001000 11110001 1000000 10001

Color Harmonies of #111048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111048

Black with #111048

Text Example


Text Example

White with #111048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111048; }

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

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

background-color css

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

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

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

border-color css

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

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

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