Html Css Color HEX #16174E Paua

📋 copy color: '#16174E'

red 22 ◦ green 23 ◦ blue 78

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

Shades of Paua #16174E

Tints of Paua #16174E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.7%

 BLUE value IS 78 (30.86% from 255) = 63.41%

R = 17.89%
G = 18.7%
B = 63.41%

CMYK

 C value IS 0.72

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#16174E (or 0x16174E) is known color: Paua. HEX triplet: 16, 17 and 4E. RGB value is (22,23,78). Sum of RGB (Red+Green+Blue) = 22+23+78=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 78 (30.86% from 255 or 63.41% from 123); Max value from RGB is 78 - color contains mainly: blue. Hex color #16174E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16174E is #E9E8B1. Grayscale: #1C1C1C. Windows color (decimal): -15329458 or 5117718. OLE color: 5117718.

HSL color Cylindrical-coordinate representation of color #16174E: hue angle of 238.93º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #16174E is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 22 23 78 -
CMYK 0.72 0.71 0 0.69
HSL 238.93º 0.56% 0.2% -
HSV(B) 238.93º 0.72% 0.31% -
XYZ 2.01 1.33 7.36 -
YUV 28.97 155.67 123.03 -
System Red Green Blue C M Y K H S L
Decimal 22 23 78 0.72 0.71 0 0.69 238.93 0.56 0.2
Hex 16 17 4E 48 47 0 45 EF 38 14
Octal 26 27 116 110 107 0 105 357 70 24
Binary 10110 10111 1001110 1001000 1000111 0 1000101 11101111 111000 10100

Color Harmonies of #16174E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16174E

Black with #16174E

Text Example


Text Example

White with #16174E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16174E; }

 p { color: rgb(22,23,78); }

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

background-color css

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

 a { background-color: rgb(22,23,78); }

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

border-color css

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

 span { border-color: rgb(22,23,78); }

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