Html Css Color HEX #151149 Paua

📋 copy color: '#151149'

red 21 ◦ green 17 ◦ blue 73

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

Shades of Paua #151149

Tints of Paua #151149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.32%

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

R = 18.92%
G = 15.32%
B = 65.77%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#151149 (or 0x151149) is known color: Paua. HEX triplet: 15, 11 and 49. RGB value is (21,17,73). Sum of RGB (Red+Green+Blue) = 21+17+73=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 73 (28.91% from 255 or 65.77% from 111); Max value from RGB is 73 - color contains mainly: blue. Hex color #151149 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151149 is #EAEEB6. Grayscale: #181818. Windows color (decimal): -15396535 or 4788501. OLE color: 4788501.

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

Color convert

RGB 21 17 73 -
CMYK 0.71 0.77 0 0.71
HSL 244.29º 0.62% 0.18% -
HSV(B) 244.29º 0.77% 0.29% -
XYZ 1.71 1.04 6.41 -
YUV 24.58 155.33 125.45 -
System Red Green Blue C M Y K H S L
Decimal 21 17 73 0.71 0.77 0 0.71 244.29 0.62 0.18
Hex 15 11 49 47 4D 0 47 F4 3E 12
Octal 25 21 111 107 115 0 107 364 76 22
Binary 10101 10001 1001001 1000111 1001101 0 1000111 11110100 111110 10010

Color Harmonies of #151149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151149

Black with #151149

Text Example


Text Example

White with #151149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151149; }

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

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

background-color css

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

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

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

border-color css

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

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

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