Html Css Color HEX #150652 Paua

📋 copy color: '#150652'

red 21 ◦ green 6 ◦ blue 82

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

Shades of Paua #150652

Tints of Paua #150652

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.5%

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

R = 19.27%
G = 5.5%
B = 75.23%

CMYK

 C value IS 0.74

 M value IS 0.93

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#150652 (or 0x150652) is known color: Paua. HEX triplet: 15, 06 and 52. RGB value is (21,6,82). Sum of RGB (Red+Green+Blue) = 21+6+82=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 82 (32.42% from 255 or 75.23% from 109); Max value from RGB is 82 - color contains mainly: blue. Hex color #150652 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150652 is #EAF9AD. Grayscale: #121212. Windows color (decimal): -15399342 or 5375509. OLE color: 5375509.

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

Color convert

RGB 21 6 82 -
CMYK 0.74 0.93 0 0.68
HSL 251.84º 0.86% 0.17% -
HSV(B) 251.84º 0.93% 0.32% -
XYZ 1.9 0.9 8.06 -
YUV 19.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 21 6 82 0.74 0.93 0 0.68 251.84 0.86 0.17
Hex 15 6 52 4A 5D 0 44 FC 56 11
Octal 25 6 122 112 135 0 104 374 126 21
Binary 10101 110 1010010 1001010 1011101 0 1000100 11111100 1010110 10001

Color Harmonies of #150652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150652

Black with #150652

Text Example


Text Example

White with #150652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150652; }

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

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

background-color css

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

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

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

border-color css

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

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

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