Html Css Color HEX #160B53 Paua

📋 copy color: '#160B53'

red 22 ◦ green 11 ◦ blue 83

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

Shades of Paua #160B53

Tints of Paua #160B53

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.48%

 BLUE value IS 83 (32.81% from 255) = 71.55%

R = 18.97%
G = 9.48%
B = 71.55%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#160B53 (or 0x160B53) is known color: Paua. HEX triplet: 16, 0B and 53. RGB value is (22,11,83). Sum of RGB (Red+Green+Blue) = 22+11+83=116 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.97% from 116); Green value is 11 (4.69% from 255 or 9.48% from 116); Blue value is 83 (32.81% from 255 or 71.55% from 116); Max value from RGB is 83 - color contains mainly: blue. Hex color #160B53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160B53 is #E9F4AC. Grayscale: #161616. Windows color (decimal): -15332525 or 5442326. OLE color: 5442326.

HSL color Cylindrical-coordinate representation of color #160B53: hue angle of 249.17º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #160B53 is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 22 11 83 -
CMYK 0.73 0.87 0 0.67
HSL 249.17º 0.77% 0.18% -
HSV(B) 249.17º 0.87% 0.33% -
XYZ 2.01 1.03 8.28 -
YUV 22.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 22 11 83 0.73 0.87 0 0.67 249.17 0.77 0.18
Hex 16 B 53 49 57 0 43 F9 4D 12
Octal 26 13 123 111 127 0 103 371 115 22
Binary 10110 1011 1010011 1001001 1010111 0 1000011 11111001 1001101 10010

Color Harmonies of #160B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160B53

Black with #160B53

Text Example


Text Example

White with #160B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160B53; }

 p { color: rgb(22,11,83); }

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

background-color css

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

 a { background-color: rgb(22,11,83); }

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

border-color css

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

 span { border-color: rgb(22,11,83); }

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