Html Css Color HEX #161348 Paua

📋 copy color: '#161348'

red 22 ◦ green 19 ◦ blue 72

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

Shades of Paua #161348

Tints of Paua #161348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.81%

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

R = 19.47%
G = 16.81%
B = 63.72%

CMYK

 C value IS 0.69

 M value IS 0.74

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#161348 (or 0x161348) is known color: Paua. HEX triplet: 16, 13 and 48. RGB value is (22,19,72). Sum of RGB (Red+Green+Blue) = 22+19+72=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 72 (28.52% from 255 or 63.72% from 113); Max value from RGB is 72 - color contains mainly: blue. Hex color #161348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161348 is #E9ECB7. Grayscale: #191919. Windows color (decimal): -15330488 or 4723478. OLE color: 4723478.

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

Color convert

RGB 22 19 72 -
CMYK 0.69 0.74 0 0.72
HSL 243.4º 0.58% 0.18% -
HSV(B) 243.4º 0.74% 0.28% -
XYZ 1.73 1.1 6.25 -
YUV 25.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 22 19 72 0.69 0.74 0 0.72 243.4 0.58 0.18
Hex 16 13 48 45 4A 0 48 F3 3A 12
Octal 26 23 110 105 112 0 110 363 72 22
Binary 10110 10011 1001000 1000101 1001010 0 1001000 11110011 111010 10010

Color Harmonies of #161348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161348

Black with #161348

Text Example


Text Example

White with #161348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161348; }

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

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

background-color css

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

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

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

border-color css

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

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

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