Html Css Color HEX #151649 Paua

📋 copy color: '#151649'

red 21 ◦ green 22 ◦ blue 73

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

Shades of Paua #151649

Tints of Paua #151649

RGB

 RED value IS 21 (8.59% from 255) = 18.1%

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

 BLUE value IS 73 (28.91% from 255) = 62.93%

R = 18.1%
G = 18.97%
B = 62.93%

CMYK

 C value IS 0.71

 M value IS 0.70

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#151649 (or 0x151649) is known color: Paua. HEX triplet: 15, 16 and 49. RGB value is (21,22,73). Sum of RGB (Red+Green+Blue) = 21+22+73=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 73 (28.91% from 255 or 62.93% from 116); Max value from RGB is 73 - color contains mainly: blue. Hex color #151649 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151649 is #EAE9B6. Grayscale: #1B1B1B. Windows color (decimal): -15395255 or 4789781. OLE color: 4789781.

HSL color Cylindrical-coordinate representation of color #151649: hue angle of 238.85º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #151649 is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 22 73 -
CMYK 0.71 0.70 0 0.71
HSL 238.85º 0.55% 0.18% -
HSV(B) 238.85º 0.71% 0.29% -
XYZ 1.8 1.21 6.44 -
YUV 27.52 153.67 123.35 -
System Red Green Blue C M Y K H S L
Decimal 21 22 73 0.71 0.70 0 0.71 238.85 0.55 0.18
Hex 15 16 49 47 46 0 47 EF 37 12
Octal 25 26 111 107 106 0 107 357 67 22
Binary 10101 10110 1001001 1000111 1000110 0 1000111 11101111 110111 10010

Color Harmonies of #151649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151649

Black with #151649

Text Example


Text Example

White with #151649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151649; }

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

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

background-color css

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

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

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

border-color css

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

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

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