Html Css Color HEX #15094A Paua

📋 copy color: '#15094A'

red 21 ◦ green 9 ◦ blue 74

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

Shades of Paua #15094A

Tints of Paua #15094A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.65%

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

R = 20.19%
G = 8.65%
B = 71.15%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#15094A (or 0x15094A) is known color: Paua. HEX triplet: 15, 09 and 4A. RGB value is (21,9,74). Sum of RGB (Red+Green+Blue) = 21+9+74=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 74 (29.30% from 255 or 71.15% from 104); Max value from RGB is 74 - color contains mainly: blue. Hex color #15094A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15094A is #EAF6B5. Grayscale: #131313. Windows color (decimal): -15398582 or 4851989. OLE color: 4851989.

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

Color convert

RGB 21 9 74 -
CMYK 0.72 0.88 0 0.71
HSL 251.08º 0.78% 0.16% -
HSV(B) 251.08º 0.88% 0.29% -
XYZ 1.64 0.85 6.56 -
YUV 20 158.48 128.71 -
System Red Green Blue C M Y K H S L
Decimal 21 9 74 0.72 0.88 0 0.71 251.08 0.78 0.16
Hex 15 9 4A 48 58 0 47 FB 4E 10
Octal 25 11 112 110 130 0 107 373 116 20
Binary 10101 1001 1001010 1001000 1011000 0 1000111 11111011 1001110 10000

Color Harmonies of #15094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15094A

Black with #15094A

Text Example


Text Example

White with #15094A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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