Html Css Color HEX #15104E Paua

📋 copy color: '#15104E'

red 21 ◦ green 16 ◦ blue 78

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

Shades of Paua #15104E

Tints of Paua #15104E

RGB

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

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

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

R = 18.26%
G = 13.91%
B = 67.83%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#15104E (or 0x15104E) is known color: Paua. HEX triplet: 15, 10 and 4E. RGB value is (21,16,78). Sum of RGB (Red+Green+Blue) = 21+16+78=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 78 (30.86% from 255 or 67.83% from 115); Max value from RGB is 78 - color contains mainly: blue. Hex color #15104E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15104E is #EAEFB1. Grayscale: #181818. Windows color (decimal): -15396786 or 5115925. OLE color: 5115925.

HSL color Cylindrical-coordinate representation of color #15104E: hue angle of 244.84º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15104E is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 16 78 -
CMYK 0.73 0.79 0 0.69
HSL 244.84º 0.66% 0.18% -
HSV(B) 244.84º 0.79% 0.31% -
XYZ 1.87 1.08 7.32 -
YUV 24.56 158.16 125.46 -
System Red Green Blue C M Y K H S L
Decimal 21 16 78 0.73 0.79 0 0.69 244.84 0.66 0.18
Hex 15 10 4E 49 4F 0 45 F5 42 12
Octal 25 20 116 111 117 0 105 365 102 22
Binary 10101 10000 1001110 1001001 1001111 0 1000101 11110101 1000010 10010

Color Harmonies of #15104E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15104E

Black with #15104E

Text Example


Text Example

White with #15104E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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