Html Css Color HEX #151152 Paua

📋 copy color: '#151152'

red 21 ◦ green 17 ◦ blue 82

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

Shades of Paua #151152

Tints of Paua #151152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 68.33%

R = 17.5%
G = 14.17%
B = 68.33%

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

#151152 (or 0x151152) is known color: Paua. HEX triplet: 15, 11 and 52. RGB value is (21,17,82). Sum of RGB (Red+Green+Blue) = 21+17+82=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 82 (32.42% from 255 or 68.33% from 120); Max value from RGB is 82 - color contains mainly: blue. Hex color #151152 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151152 is #EAEEAD. Grayscale: #191919. Windows color (decimal): -15396526 or 5378325. OLE color: 5378325.

HSL color Cylindrical-coordinate representation of color #151152: hue angle of 243.69º degrees, saturation: 0.66, 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 #151152 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 17 82 -
CMYK 0.74 0.79 0 0.68
HSL 243.69º 0.66% 0.19% -
HSV(B) 243.69º 0.79% 0.32% -
XYZ 2.03 1.17 8.1 -
YUV 25.61 159.83 124.71 -
System Red Green Blue C M Y K H S L
Decimal 21 17 82 0.74 0.79 0 0.68 243.69 0.66 0.19
Hex 15 11 52 4A 4F 0 44 F4 42 13
Octal 25 21 122 112 117 0 104 364 102 23
Binary 10101 10001 1010010 1001010 1001111 0 1000100 11110100 1000010 10011

Color Harmonies of #151152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151152

Black with #151152

Text Example


Text Example

White with #151152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151152; }

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

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

background-color css

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

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

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

border-color css

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

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

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