Html Css Color HEX #16114F Paua

📋 copy color: '#16114F'

red 22 ◦ green 17 ◦ blue 79

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

Shades of Paua #16114F

Tints of Paua #16114F

RGB

 RED value IS 22 (8.98% from 255) = 18.64%

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

 BLUE value IS 79 (31.25% from 255) = 66.95%

R = 18.64%
G = 14.41%
B = 66.95%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#16114F (or 0x16114F) is known color: Paua. HEX triplet: 16, 11 and 4F. RGB value is (22,17,79). Sum of RGB (Red+Green+Blue) = 22+17+79=118 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.64% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 79 (31.25% from 255 or 66.95% from 118); Max value from RGB is 79 - color contains mainly: blue. Hex color #16114F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16114F is #E9EEB0. Grayscale: #191919. Windows color (decimal): -15330993 or 5181718. OLE color: 5181718.

HSL color Cylindrical-coordinate representation of color #16114F: hue angle of 244.84º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #16114F is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 22 17 79 -
CMYK 0.72 0.78 0 0.69
HSL 244.84º 0.65% 0.19% -
HSV(B) 244.84º 0.78% 0.31% -
XYZ 1.94 1.14 7.51 -
YUV 25.56 158.16 125.46 -
System Red Green Blue C M Y K H S L
Decimal 22 17 79 0.72 0.78 0 0.69 244.84 0.65 0.19
Hex 16 11 4F 48 4E 0 45 F5 41 13
Octal 26 21 117 110 116 0 105 365 101 23
Binary 10110 10001 1001111 1001000 1001110 0 1000101 11110101 1000001 10011

Color Harmonies of #16114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16114F

Black with #16114F

Text Example


Text Example

White with #16114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16114F; }

 p { color: rgb(22,17,79); }

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

background-color css

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

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

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

border-color css

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

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

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