Html Css Color HEX #151249 Paua

📋 copy color: '#151249'

red 21 ◦ green 18 ◦ blue 73

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

Shades of Paua #151249

Tints of Paua #151249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.07%

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

R = 18.75%
G = 16.07%
B = 65.18%

CMYK

 C value IS 0.71

 M value IS 0.75

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#151249 (or 0x151249) is known color: Paua. HEX triplet: 15, 12 and 49. RGB value is (21,18,73). Sum of RGB (Red+Green+Blue) = 21+18+73=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 73 (28.91% from 255 or 65.18% from 112); Max value from RGB is 73 - color contains mainly: blue. Hex color #151249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151249 is #EAEDB6. Grayscale: #181818. Windows color (decimal): -15396279 or 4788757. OLE color: 4788757.

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

Color convert

RGB 21 18 73 -
CMYK 0.71 0.75 0 0.71
HSL 243.27º 0.6% 0.18% -
HSV(B) 243.27º 0.75% 0.29% -
XYZ 1.73 1.07 6.42 -
YUV 25.17 154.99 125.03 -
System Red Green Blue C M Y K H S L
Decimal 21 18 73 0.71 0.75 0 0.71 243.27 0.6 0.18
Hex 15 12 49 47 4B 0 47 F3 3C 12
Octal 25 22 111 107 113 0 107 363 74 22
Binary 10101 10010 1001001 1000111 1001011 0 1000111 11110011 111100 10010

Color Harmonies of #151249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151249

Black with #151249

Text Example


Text Example

White with #151249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151249; }

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

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

background-color css

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

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

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

border-color css

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

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

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