Html Css Color HEX #15134D Paua

📋 copy color: '#15134D'

red 21 ◦ green 19 ◦ blue 77

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

Shades of Paua #15134D

Tints of Paua #15134D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.24%

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

R = 17.95%
G = 16.24%
B = 65.81%

CMYK

 C value IS 0.73

 M value IS 0.75

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#15134D (or 0x15134D) is known color: Paua. HEX triplet: 15, 13 and 4D. RGB value is (21,19,77). Sum of RGB (Red+Green+Blue) = 21+19+77=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 77 (30.47% from 255 or 65.81% from 117); Max value from RGB is 77 - color contains mainly: blue. Hex color #15134D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15134D is #EAECB2. Grayscale: #191919. Windows color (decimal): -15396019 or 5051157. OLE color: 5051157.

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

Color convert

RGB 21 19 77 -
CMYK 0.73 0.75 0 0.70
HSL 242.07º 0.6% 0.19% -
HSV(B) 242.07º 0.75% 0.3% -
XYZ 1.88 1.16 7.15 -
YUV 26.21 156.66 124.28 -
System Red Green Blue C M Y K H S L
Decimal 21 19 77 0.73 0.75 0 0.70 242.07 0.6 0.19
Hex 15 13 4D 49 4B 0 46 F2 3C 13
Octal 25 23 115 111 113 0 106 362 74 23
Binary 10101 10011 1001101 1001001 1001011 0 1000110 11110010 111100 10011

Color Harmonies of #15134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15134D

Black with #15134D

Text Example


Text Example

White with #15134D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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