Html Css Color HEX #151549 Paua

📋 copy color: '#151549'

red 21 ◦ green 21 ◦ blue 73

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

Shades of Paua #151549

Tints of Paua #151549

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.26%

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

R = 18.26%
G = 18.26%
B = 63.48%

CMYK

 C value IS 0.71

 M value IS 0.71

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#151549 (or 0x151549) is known color: Paua. HEX triplet: 15, 15 and 49. RGB value is (21,21,73). Sum of RGB (Red+Green+Blue) = 21+21+73=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 73 (28.91% from 255 or 63.48% from 115); Max value from RGB is 73 - color contains mainly: blue. Hex color #151549 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151549 is #EAEAB6. Grayscale: #1A1A1A. Windows color (decimal): -15395511 or 4789525. OLE color: 4789525.

HSL color Cylindrical-coordinate representation of color #151549: hue angle of 240º 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 #151549 is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 21 73 -
CMYK 0.71 0.71 0 0.71
HSL 240º 0.55% 0.18% -
HSV(B) 240º 0.71% 0.29% -
XYZ 1.78 1.18 6.44 -
YUV 26.93 154 123.77 -
System Red Green Blue C M Y K H S L
Decimal 21 21 73 0.71 0.71 0 0.71 240 0.55 0.18
Hex 15 15 49 47 47 0 47 F0 37 12
Octal 25 25 111 107 107 0 107 360 67 22
Binary 10101 10101 1001001 1000111 1000111 0 1000111 11110000 110111 10010

Color Harmonies of #151549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151549

Black with #151549

Text Example


Text Example

White with #151549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151549; }

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

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

background-color css

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

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

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

border-color css

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

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

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