Html Css Color HEX #150950 Paua

📋 copy color: '#150950'

red 21 ◦ green 9 ◦ blue 80

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

Shades of Paua #150950

Tints of Paua #150950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 72.73%

R = 19.09%
G = 8.18%
B = 72.73%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#150950 (or 0x150950) is known color: Paua. HEX triplet: 15, 09 and 50. RGB value is (21,9,80). Sum of RGB (Red+Green+Blue) = 21+9+80=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 80 (31.64% from 255 or 72.73% from 110); Max value from RGB is 80 - color contains mainly: blue. Hex color #150950 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150950 is #EAF6AF. Grayscale: #141414. Windows color (decimal): -15398576 or 5245205. OLE color: 5245205.

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

Color convert

RGB 21 9 80 -
CMYK 0.74 0.89 0 0.69
HSL 250.14º 0.8% 0.17% -
HSV(B) 250.14º 0.89% 0.31% -
XYZ 1.85 0.93 7.67 -
YUV 20.68 161.48 128.23 -
System Red Green Blue C M Y K H S L
Decimal 21 9 80 0.74 0.89 0 0.69 250.14 0.8 0.17
Hex 15 9 50 4A 59 0 45 FA 50 11
Octal 25 11 120 112 131 0 105 372 120 21
Binary 10101 1001 1010000 1001010 1011001 0 1000101 11111010 1010000 10001

Color Harmonies of #150950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150950

Black with #150950

Text Example


Text Example

White with #150950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150950; }

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

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

background-color css

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

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

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

border-color css

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

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

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