Html Css Color HEX #151652 Paua

📋 copy color: '#151652'

red 21 ◦ green 22 ◦ blue 82

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

Shades of Paua #151652

Tints of Paua #151652

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.6%

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

R = 16.8%
G = 17.6%
B = 65.6%

CMYK

 C value IS 0.74

 M value IS 0.73

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#151652 (or 0x151652) is known color: Paua. HEX triplet: 15, 16 and 52. RGB value is (21,22,82). Sum of RGB (Red+Green+Blue) = 21+22+82=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 82 (32.42% from 255 or 65.6% from 125); Max value from RGB is 82 - color contains mainly: blue. Hex color #151652 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151652 is #EAE9AD. Grayscale: #1C1C1C. Windows color (decimal): -15395246 or 5379605. OLE color: 5379605.

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

Color convert

RGB 21 22 82 -
CMYK 0.74 0.73 0 0.68
HSL 239.02º 0.59% 0.2% -
HSV(B) 239.02º 0.74% 0.32% -
XYZ 2.12 1.34 8.13 -
YUV 28.54 158.17 122.62 -
System Red Green Blue C M Y K H S L
Decimal 21 22 82 0.74 0.73 0 0.68 239.02 0.59 0.2
Hex 15 16 52 4A 49 0 44 EF 3B 14
Octal 25 26 122 112 111 0 104 357 73 24
Binary 10101 10110 1010010 1001010 1001001 0 1000100 11101111 111011 10100

Color Harmonies of #151652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151652

Black with #151652

Text Example


Text Example

White with #151652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151652; }

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

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

background-color css

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

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

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

border-color css

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

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

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