Html Css Color HEX #161242 Paua

📋 copy color: '#161242'

red 22 ◦ green 18 ◦ blue 66

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

Shades of Paua #161242

Tints of Paua #161242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.98%

 BLUE value IS 66 (26.17% from 255) = 62.26%

R = 20.75%
G = 16.98%
B = 62.26%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#161242 (or 0x161242) is known color: Paua. HEX triplet: 16, 12 and 42. RGB value is (22,18,66). Sum of RGB (Red+Green+Blue) = 22+18+66=106 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.75% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 66 (26.17% from 255 or 62.26% from 106); Max value from RGB is 66 - color contains mainly: blue. Hex color #161242 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161242 is #E9EDBD. Grayscale: #181818. Windows color (decimal): -15330750 or 4330006. OLE color: 4330006.

HSL color Cylindrical-coordinate representation of color #161242: hue angle of 245º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #161242 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 22 18 66 -
CMYK 0.67 0.73 0 0.74
HSL 245º 0.57% 0.16% -
HSV(B) 245º 0.73% 0.26% -
XYZ 1.53 1 5.27 -
YUV 24.67 151.33 126.1 -
System Red Green Blue C M Y K H S L
Decimal 22 18 66 0.67 0.73 0 0.74 245 0.57 0.16
Hex 16 12 42 43 49 0 4A F5 39 10
Octal 26 22 102 103 111 0 112 365 71 20
Binary 10110 10010 1000010 1000011 1001001 0 1001010 11110101 111001 10000

Color Harmonies of #161242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161242

Black with #161242

Text Example


Text Example

White with #161242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161242; }

 p { color: rgb(22,18,66); }

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

background-color css

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

 a { background-color: rgb(22,18,66); }

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

border-color css

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

 span { border-color: rgb(22,18,66); }

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