Html Css Color HEX #150952 Paua

📋 copy color: '#150952'

red 21 ◦ green 9 ◦ blue 82

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

Shades of Paua #150952

Tints of Paua #150952

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.04%

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

R = 18.75%
G = 8.04%
B = 73.21%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#150952 (or 0x150952) is known color: Paua. HEX triplet: 15, 09 and 52. RGB value is (21,9,82). Sum of RGB (Red+Green+Blue) = 21+9+82=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 82 (32.42% from 255 or 73.21% from 112); Max value from RGB is 82 - color contains mainly: blue. Hex color #150952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150952 is #EAF6AD. Grayscale: #141414. Windows color (decimal): -15398574 or 5376277. OLE color: 5376277.

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

Color convert

RGB 21 9 82 -
CMYK 0.74 0.89 0 0.68
HSL 249.86º 0.8% 0.18% -
HSV(B) 249.86º 0.89% 0.32% -
XYZ 1.93 0.96 8.07 -
YUV 20.91 162.48 128.06 -
System Red Green Blue C M Y K H S L
Decimal 21 9 82 0.74 0.89 0 0.68 249.86 0.8 0.18
Hex 15 9 52 4A 59 0 44 FA 50 12
Octal 25 11 122 112 131 0 104 372 120 22
Binary 10101 1001 1010010 1001010 1011001 0 1000100 11111010 1010000 10010

Color Harmonies of #150952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150952

Black with #150952

Text Example


Text Example

White with #150952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150952; }

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

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

background-color css

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

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

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

border-color css

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

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

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