Html Css Color HEX #15104C Paua

📋 copy color: '#15104C'

red 21 ◦ green 16 ◦ blue 76

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

Shades of Paua #15104C

Tints of Paua #15104C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 67.26%

R = 18.58%
G = 14.16%
B = 67.26%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#15104C (or 0x15104C) is known color: Paua. HEX triplet: 15, 10 and 4C. RGB value is (21,16,76). Sum of RGB (Red+Green+Blue) = 21+16+76=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 76 (30.08% from 255 or 67.26% from 113); Max value from RGB is 76 - color contains mainly: blue. Hex color #15104C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15104C is #EAEFB3. Grayscale: #181818. Windows color (decimal): -15396788 or 4984853. OLE color: 4984853.

HSL color Cylindrical-coordinate representation of color #15104C: hue angle of 245º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15104C is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 21 16 76 -
CMYK 0.72 0.79 0 0.70
HSL 245º 0.65% 0.18% -
HSV(B) 245º 0.79% 0.3% -
XYZ 1.8 1.05 6.95 -
YUV 24.34 157.16 125.62 -
System Red Green Blue C M Y K H S L
Decimal 21 16 76 0.72 0.79 0 0.70 245 0.65 0.18
Hex 15 10 4C 48 4F 0 46 F5 41 12
Octal 25 20 114 110 117 0 106 365 101 22
Binary 10101 10000 1001100 1001000 1001111 0 1000110 11110101 1000001 10010

Color Harmonies of #15104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15104C

Black with #15104C

Text Example


Text Example

White with #15104C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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