Html Css Color HEX #150951 Paua

📋 copy color: '#150951'

red 21 ◦ green 9 ◦ blue 81

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

Shades of Paua #150951

Tints of Paua #150951

RGB

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

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

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

R = 18.92%
G = 8.11%
B = 72.97%

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

#150951 (or 0x150951) is known color: Paua. HEX triplet: 15, 09 and 51. RGB value is (21,9,81). Sum of RGB (Red+Green+Blue) = 21+9+81=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 81 (32.03% from 255 or 72.97% from 111); Max value from RGB is 81 - color contains mainly: blue. Hex color #150951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150951 is #EAF6AE. Grayscale: #141414. Windows color (decimal): -15398575 or 5310741. OLE color: 5310741.

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

Color convert

RGB 21 9 81 -
CMYK 0.74 0.89 0 0.68
HSL 250º 0.8% 0.18% -
HSV(B) 250º 0.89% 0.32% -
XYZ 1.89 0.95 7.87 -
YUV 20.8 161.98 128.15 -
System Red Green Blue C M Y K H S L
Decimal 21 9 81 0.74 0.89 0 0.68 250 0.8 0.18
Hex 15 9 51 4A 59 0 44 FA 50 12
Octal 25 11 121 112 131 0 104 372 120 22
Binary 10101 1001 1010001 1001010 1011001 0 1000100 11111010 1010000 10010

Color Harmonies of #150951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150951

Black with #150951

Text Example


Text Example

White with #150951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150951; }

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

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

background-color css

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

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

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

border-color css

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

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

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