Html Css Color HEX #151048 Paua

📋 copy color: '#151048'

red 21 ◦ green 16 ◦ blue 72

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

Shades of Paua #151048

Tints of Paua #151048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.68%

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

R = 19.27%
G = 14.68%
B = 66.06%

CMYK

 C value IS 0.71

 M value IS 0.78

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#151048 (or 0x151048) is known color: Paua. HEX triplet: 15, 10 and 48. RGB value is (21,16,72). Sum of RGB (Red+Green+Blue) = 21+16+72=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 72 (28.52% from 255 or 66.06% from 109); Max value from RGB is 72 - color contains mainly: blue. Hex color #151048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151048 is #EAEFB7. Grayscale: #171717. Windows color (decimal): -15396792 or 4722709. OLE color: 4722709.

HSL color Cylindrical-coordinate representation of color #151048: hue angle of 245.36º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #151048 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 16 72 -
CMYK 0.71 0.78 0 0.72
HSL 245.36º 0.64% 0.17% -
HSV(B) 245.36º 0.78% 0.28% -
XYZ 1.66 1 6.24 -
YUV 23.88 155.16 125.95 -
System Red Green Blue C M Y K H S L
Decimal 21 16 72 0.71 0.78 0 0.72 245.36 0.64 0.17
Hex 15 10 48 47 4E 0 48 F5 40 11
Octal 25 20 110 107 116 0 110 365 100 21
Binary 10101 10000 1001000 1000111 1001110 0 1001000 11110101 1000000 10001

Color Harmonies of #151048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151048

Black with #151048

Text Example


Text Example

White with #151048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151048; }

 p { color: rgb(21,16,72); }

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

background-color css

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

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

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

border-color css

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

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

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