Html Css Color HEX #151349 Paua

📋 copy color: '#151349'

red 21 ◦ green 19 ◦ blue 73

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

Shades of Paua #151349

Tints of Paua #151349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 64.6%

R = 18.58%
G = 16.81%
B = 64.6%

CMYK

 C value IS 0.71

 M value IS 0.74

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#151349 (or 0x151349) is known color: Paua. HEX triplet: 15, 13 and 49. RGB value is (21,19,73). Sum of RGB (Red+Green+Blue) = 21+19+73=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #151349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151349 is #EAECB6. Grayscale: #191919. Windows color (decimal): -15396023 or 4789013. OLE color: 4789013.

HSL color Cylindrical-coordinate representation of color #151349: hue angle of 242.22º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #151349 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 19 73 -
CMYK 0.71 0.74 0 0.71
HSL 242.22º 0.59% 0.18% -
HSV(B) 242.22º 0.74% 0.29% -
XYZ 1.74 1.11 6.42 -
YUV 25.75 154.66 124.61 -
System Red Green Blue C M Y K H S L
Decimal 21 19 73 0.71 0.74 0 0.71 242.22 0.59 0.18
Hex 15 13 49 47 4A 0 47 F2 3B 12
Octal 25 23 111 107 112 0 107 362 73 22
Binary 10101 10011 1001001 1000111 1001010 0 1000111 11110010 111011 10010

Color Harmonies of #151349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151349

Black with #151349

Text Example


Text Example

White with #151349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151349; }

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

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

background-color css

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

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

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

border-color css

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

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

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