Html Css Color HEX #161448 Paua

📋 copy color: '#161448'

red 22 ◦ green 20 ◦ blue 72

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

Shades of Paua #161448

Tints of Paua #161448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.54%

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

R = 19.3%
G = 17.54%
B = 63.16%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#161448 (or 0x161448) is known color: Paua. HEX triplet: 16, 14 and 48. RGB value is (22,20,72). Sum of RGB (Red+Green+Blue) = 22+20+72=114 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.30% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #161448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161448 is #E9EBB7. Grayscale: #1A1A1A. Windows color (decimal): -15330232 or 4723734. OLE color: 4723734.

HSL color Cylindrical-coordinate representation of color #161448: hue angle of 242.31º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #161448 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 22 20 72 -
CMYK 0.69 0.72 0 0.72
HSL 242.31º 0.57% 0.18% -
HSV(B) 242.31º 0.72% 0.28% -
XYZ 1.75 1.14 6.26 -
YUV 26.53 153.66 124.77 -
System Red Green Blue C M Y K H S L
Decimal 22 20 72 0.69 0.72 0 0.72 242.31 0.57 0.18
Hex 16 14 48 45 48 0 48 F2 39 12
Octal 26 24 110 105 110 0 110 362 71 22
Binary 10110 10100 1001000 1000101 1001000 0 1001000 11110010 111001 10010

Color Harmonies of #161448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161448

Black with #161448

Text Example


Text Example

White with #161448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161448; }

 p { color: rgb(22,20,72); }

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

background-color css

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

 a { background-color: rgb(22,20,72); }

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

border-color css

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

 span { border-color: rgb(22,20,72); }

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