Html Css Color HEX #151151 Paua

📋 copy color: '#151151'

red 21 ◦ green 17 ◦ blue 81

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

Shades of Paua #151151

Tints of Paua #151151

RGB

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

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

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

R = 17.65%
G = 14.29%
B = 68.07%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#151151 (or 0x151151) is known color: Paua. HEX triplet: 15, 11 and 51. RGB value is (21,17,81). Sum of RGB (Red+Green+Blue) = 21+17+81=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 81 (32.03% from 255 or 68.07% from 119); Max value from RGB is 81 - color contains mainly: blue. Hex color #151151 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151151 is #EAEEAE. Grayscale: #191919. Windows color (decimal): -15396527 or 5312789. OLE color: 5312789.

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

Color convert

RGB 21 17 81 -
CMYK 0.74 0.79 0 0.68
HSL 243.75º 0.65% 0.19% -
HSV(B) 243.75º 0.79% 0.32% -
XYZ 1.99 1.15 7.9 -
YUV 25.49 159.33 124.8 -
System Red Green Blue C M Y K H S L
Decimal 21 17 81 0.74 0.79 0 0.68 243.75 0.65 0.19
Hex 15 11 51 4A 4F 0 44 F4 41 13
Octal 25 21 121 112 117 0 104 364 101 23
Binary 10101 10001 1010001 1001010 1001111 0 1000100 11110100 1000001 10011

Color Harmonies of #151151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151151

Black with #151151

Text Example


Text Example

White with #151151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151151; }

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

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

background-color css

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

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

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

border-color css

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

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

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