Html Css Color HEX #15164D Paua

📋 copy color: '#15164D'

red 21 ◦ green 22 ◦ blue 77

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

Shades of Paua #15164D

Tints of Paua #15164D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.33%

 BLUE value IS 77 (30.47% from 255) = 64.17%

R = 17.5%
G = 18.33%
B = 64.17%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#15164D (or 0x15164D) is known color: Paua. HEX triplet: 15, 16 and 4D. RGB value is (21,22,77). Sum of RGB (Red+Green+Blue) = 21+22+77=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #15164D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15164D is #EAE9B2. Grayscale: #1B1B1B. Windows color (decimal): -15395251 or 5051925. OLE color: 5051925.

HSL color Cylindrical-coordinate representation of color #15164D: hue angle of 238.93º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15164D is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 21 22 77 -
CMYK 0.73 0.71 0 0.70
HSL 238.93º 0.57% 0.19% -
HSV(B) 238.93º 0.73% 0.3% -
XYZ 1.94 1.27 7.16 -
YUV 27.97 155.67 123.03 -
System Red Green Blue C M Y K H S L
Decimal 21 22 77 0.73 0.71 0 0.70 238.93 0.57 0.19
Hex 15 16 4D 49 47 0 46 EF 39 13
Octal 25 26 115 111 107 0 106 357 71 23
Binary 10101 10110 1001101 1001001 1000111 0 1000110 11101111 111001 10011

Color Harmonies of #15164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15164D

Black with #15164D

Text Example


Text Example

White with #15164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15164D; }

 p { color: rgb(21,22,77); }

 H1.HeaderClassName
 {
   color: #15164D;
 }
 .AnyTagClassName
 {
   color: #15164D;
 }
</style>

background-color css

<style>
 a { background-color: #15164D; }

 a { background-color: rgb(21,22,77); }

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

border-color css

<style>
 span { border-color: #15164D; }

 span { border-color: rgb(21,22,77); }

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