Html Css Color HEX #15084E Paua

📋 copy color: '#15084E'

red 21 ◦ green 8 ◦ blue 78

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

Shades of Paua #15084E

Tints of Paua #15084E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.48%

 BLUE value IS 78 (30.86% from 255) = 72.9%

R = 19.63%
G = 7.48%
B = 72.9%

CMYK

 C value IS 0.73

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#15084E (or 0x15084E) is known color: Paua. HEX triplet: 15, 08 and 4E. RGB value is (21,8,78). Sum of RGB (Red+Green+Blue) = 21+8+78=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 78 (30.86% from 255 or 72.90% from 107); Max value from RGB is 78 - color contains mainly: blue. Hex color #15084E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15084E is #EAF7B1. Grayscale: #131313. Windows color (decimal): -15398834 or 5113877. OLE color: 5113877.

HSL color Cylindrical-coordinate representation of color #15084E: hue angle of 251.14º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15084E is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 8 78 -
CMYK 0.73 0.90 0 0.69
HSL 251.14º 0.81% 0.17% -
HSV(B) 251.14º 0.9% 0.31% -
XYZ 1.77 0.88 7.28 -
YUV 19.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 21 8 78 0.73 0.90 0 0.69 251.14 0.81 0.17
Hex 15 8 4E 49 5A 0 45 FB 51 11
Octal 25 10 116 111 132 0 105 373 121 21
Binary 10101 1000 1001110 1001001 1011010 0 1000101 11111011 1010001 10001

Color Harmonies of #15084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15084E

Black with #15084E

Text Example


Text Example

White with #15084E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15084E; }

 p { color: rgb(21,8,78); }

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

background-color css

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

 a { background-color: rgb(21,8,78); }

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

border-color css

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

 span { border-color: rgb(21,8,78); }

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