Html Css Color HEX #16154C Paua

📋 copy color: '#16154C'

red 22 ◦ green 21 ◦ blue 76

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

Shades of Paua #16154C

Tints of Paua #16154C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.65%

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

R = 18.49%
G = 17.65%
B = 63.87%

CMYK

 C value IS 0.71

 M value IS 0.72

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#16154C (or 0x16154C) is known color: Paua. HEX triplet: 16, 15 and 4C. RGB value is (22,21,76). Sum of RGB (Red+Green+Blue) = 22+21+76=119 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.49% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 76 (30.08% from 255 or 63.87% from 119); Max value from RGB is 76 - color contains mainly: blue. Hex color #16154C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16154C is #E9EAB3. Grayscale: #1B1B1B. Windows color (decimal): -15329972 or 4986134. OLE color: 4986134.

HSL color Cylindrical-coordinate representation of color #16154C: hue angle of 241.09º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #16154C is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 22 21 76 -
CMYK 0.71 0.72 0 0.70
HSL 241.09º 0.57% 0.19% -
HSV(B) 241.09º 0.72% 0.3% -
XYZ 1.9 1.23 6.97 -
YUV 27.57 155.33 124.03 -
System Red Green Blue C M Y K H S L
Decimal 22 21 76 0.71 0.72 0 0.70 241.09 0.57 0.19
Hex 16 15 4C 47 48 0 46 F1 39 13
Octal 26 25 114 107 110 0 106 361 71 23
Binary 10110 10101 1001100 1000111 1001000 0 1000110 11110001 111001 10011

Color Harmonies of #16154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16154C

Black with #16154C

Text Example


Text Example

White with #16154C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,21,76); }

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

background-color css

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

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

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

border-color css

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

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

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