Html Css Color HEX #15124A Paua

📋 copy color: '#15124A'

red 21 ◦ green 18 ◦ blue 74

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

Shades of Paua #15124A

Tints of Paua #15124A

RGB

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

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

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

R = 18.58%
G = 15.93%
B = 65.49%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#15124A (or 0x15124A) is known color: Paua. HEX triplet: 15, 12 and 4A. RGB value is (21,18,74). Sum of RGB (Red+Green+Blue) = 21+18+74=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 74 (29.30% from 255 or 65.49% from 113); Max value from RGB is 74 - color contains mainly: blue. Hex color #15124A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15124A is #EAEDB5. Grayscale: #191919. Windows color (decimal): -15396278 or 4854293. OLE color: 4854293.

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

Color convert

RGB 21 18 74 -
CMYK 0.72 0.76 0 0.71
HSL 243.21º 0.61% 0.18% -
HSV(B) 243.21º 0.76% 0.29% -
XYZ 1.76 1.09 6.6 -
YUV 25.28 155.49 124.95 -
System Red Green Blue C M Y K H S L
Decimal 21 18 74 0.72 0.76 0 0.71 243.21 0.61 0.18
Hex 15 12 4A 48 4C 0 47 F3 3D 12
Octal 25 22 112 110 114 0 107 363 75 22
Binary 10101 10010 1001010 1001000 1001100 0 1000111 11110011 111101 10010

Color Harmonies of #15124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15124A

Black with #15124A

Text Example


Text Example

White with #15124A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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