Html Css Color HEX #15084C Paua

📋 copy color: '#15084C'

red 21 ◦ green 8 ◦ blue 76

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

Shades of Paua #15084C

Tints of Paua #15084C

RGB

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

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

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

R = 20%
G = 7.62%
B = 72.38%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#15084C (or 0x15084C) is known color: Paua. HEX triplet: 15, 08 and 4C. RGB value is (21,8,76). Sum of RGB (Red+Green+Blue) = 21+8+76=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 76 (30.08% from 255 or 72.38% from 105); Max value from RGB is 76 - color contains mainly: blue. Hex color #15084C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15084C is #EAF7B3. Grayscale: #131313. Windows color (decimal): -15398836 or 4982805. OLE color: 4982805.

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

Color convert

RGB 21 8 76 -
CMYK 0.72 0.89 0 0.70
HSL 251.47º 0.81% 0.16% -
HSV(B) 251.47º 0.89% 0.3% -
XYZ 1.7 0.85 6.91 -
YUV 19.64 159.81 128.97 -
System Red Green Blue C M Y K H S L
Decimal 21 8 76 0.72 0.89 0 0.70 251.47 0.81 0.16
Hex 15 8 4C 48 59 0 46 FB 51 10
Octal 25 10 114 110 131 0 106 373 121 20
Binary 10101 1000 1001100 1001000 1011001 0 1000110 11111011 1010001 10000

Color Harmonies of #15084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15084C

Black with #15084C

Text Example


Text Example

White with #15084C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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