Html Css Color HEX #15104A Paua

📋 copy color: '#15104A'

red 21 ◦ green 16 ◦ blue 74

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

Shades of Paua #15104A

Tints of Paua #15104A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 66.67%

R = 18.92%
G = 14.41%
B = 66.67%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#15104A (or 0x15104A) is known color: Paua. HEX triplet: 15, 10 and 4A. RGB value is (21,16,74). Sum of RGB (Red+Green+Blue) = 21+16+74=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 74 (29.30% from 255 or 66.67% from 111); Max value from RGB is 74 - color contains mainly: blue. Hex color #15104A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15104A is #EAEFB5. Grayscale: #171717. Windows color (decimal): -15396790 or 4853781. OLE color: 4853781.

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

Color convert

RGB 21 16 74 -
CMYK 0.72 0.78 0 0.71
HSL 245.17º 0.64% 0.18% -
HSV(B) 245.17º 0.78% 0.29% -
XYZ 1.73 1.02 6.59 -
YUV 24.11 156.16 125.78 -
System Red Green Blue C M Y K H S L
Decimal 21 16 74 0.72 0.78 0 0.71 245.17 0.64 0.18
Hex 15 10 4A 48 4E 0 47 F5 40 12
Octal 25 20 112 110 116 0 107 365 100 22
Binary 10101 10000 1001010 1001000 1001110 0 1000111 11110101 1000000 10010

Color Harmonies of #15104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15104A

Black with #15104A

Text Example


Text Example

White with #15104A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15104A; }

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

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

background-color css

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

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

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

border-color css

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

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

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