Html Css Color HEX #15114D Paua

📋 copy color: '#15114D'

red 21 ◦ green 17 ◦ blue 77

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

Shades of Paua #15114D

Tints of Paua #15114D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.78%

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

R = 18.26%
G = 14.78%
B = 66.96%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#15114D (or 0x15114D) is known color: Paua. HEX triplet: 15, 11 and 4D. RGB value is (21,17,77). Sum of RGB (Red+Green+Blue) = 21+17+77=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 77 (30.47% from 255 or 66.96% from 115); Max value from RGB is 77 - color contains mainly: blue. Hex color #15114D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15114D is #EAEEB2. Grayscale: #181818. Windows color (decimal): -15396531 or 5050645. OLE color: 5050645.

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

Color convert

RGB 21 17 77 -
CMYK 0.73 0.78 0 0.70
HSL 244º 0.64% 0.18% -
HSV(B) 244º 0.78% 0.3% -
XYZ 1.85 1.1 7.14 -
YUV 25.04 157.33 125.12 -
System Red Green Blue C M Y K H S L
Decimal 21 17 77 0.73 0.78 0 0.70 244 0.64 0.18
Hex 15 11 4D 49 4E 0 46 F4 40 12
Octal 25 21 115 111 116 0 106 364 100 22
Binary 10101 10001 1001101 1001001 1001110 0 1000110 11110100 1000000 10010

Color Harmonies of #15114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15114D

Black with #15114D

Text Example


Text Example

White with #15114D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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