Html Css Color HEX #151347 Paua

📋 copy color: '#151347'

red 21 ◦ green 19 ◦ blue 71

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

Shades of Paua #151347

Tints of Paua #151347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 63.96%

R = 18.92%
G = 17.12%
B = 63.96%

CMYK

 C value IS 0.70

 M value IS 0.73

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#151347 (or 0x151347) is known color: Paua. HEX triplet: 15, 13 and 47. RGB value is (21,19,71). Sum of RGB (Red+Green+Blue) = 21+19+71=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 71 (28.12% from 255 or 63.96% from 111); Max value from RGB is 71 - color contains mainly: blue. Hex color #151347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151347 is #EAECB8. Grayscale: #191919. Windows color (decimal): -15396025 or 4657941. OLE color: 4657941.

HSL color Cylindrical-coordinate representation of color #151347: hue angle of 242.31º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #151347 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 19 71 -
CMYK 0.70 0.73 0 0.72
HSL 242.31º 0.58% 0.18% -
HSV(B) 242.31º 0.73% 0.28% -
XYZ 1.68 1.08 6.08 -
YUV 25.53 153.66 124.77 -
System Red Green Blue C M Y K H S L
Decimal 21 19 71 0.70 0.73 0 0.72 242.31 0.58 0.18
Hex 15 13 47 46 49 0 48 F2 3A 12
Octal 25 23 107 106 111 0 110 362 72 22
Binary 10101 10011 1000111 1000110 1001001 0 1001000 11110010 111010 10010

Color Harmonies of #151347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151347

Black with #151347

Text Example


Text Example

White with #151347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151347; }

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

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

background-color css

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

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

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

border-color css

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

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

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