Html Css Color HEX #151351 Paua

📋 copy color: '#151351'

red 21 ◦ green 19 ◦ blue 81

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

Shades of Paua #151351

Tints of Paua #151351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 66.94%

R = 17.36%
G = 15.7%
B = 66.94%

CMYK

 C value IS 0.74

 M value IS 0.77

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#151351 (or 0x151351) is known color: Paua. HEX triplet: 15, 13 and 51. RGB value is (21,19,81). Sum of RGB (Red+Green+Blue) = 21+19+81=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 81 (32.03% from 255 or 66.94% from 121); Max value from RGB is 81 - color contains mainly: blue. Hex color #151351 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151351 is #EAECAE. Grayscale: #1A1A1A. Windows color (decimal): -15396015 or 5313301. OLE color: 5313301.

HSL color Cylindrical-coordinate representation of color #151351: hue angle of 241.94º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #151351 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 19 81 -
CMYK 0.74 0.77 0 0.68
HSL 241.94º 0.62% 0.2% -
HSV(B) 241.94º 0.77% 0.32% -
XYZ 2.03 1.22 7.91 -
YUV 26.67 158.66 123.96 -
System Red Green Blue C M Y K H S L
Decimal 21 19 81 0.74 0.77 0 0.68 241.94 0.62 0.2
Hex 15 13 51 4A 4D 0 44 F2 3E 14
Octal 25 23 121 112 115 0 104 362 76 24
Binary 10101 10011 1010001 1001010 1001101 0 1000100 11110010 111110 10100

Color Harmonies of #151351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151351

Black with #151351

Text Example


Text Example

White with #151351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151351; }

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

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

background-color css

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

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

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

border-color css

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

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

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