Html Css Color HEX #150751 Paua

📋 copy color: '#150751'

red 21 ◦ green 7 ◦ blue 81

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

Shades of Paua #150751

Tints of Paua #150751

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.42%

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

R = 19.27%
G = 6.42%
B = 74.31%

CMYK

 C value IS 0.74

 M value IS 0.91

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#150751 (or 0x150751) is known color: Paua. HEX triplet: 15, 07 and 51. RGB value is (21,7,81). Sum of RGB (Red+Green+Blue) = 21+7+81=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 81 (32.03% from 255 or 74.31% from 109); Max value from RGB is 81 - color contains mainly: blue. Hex color #150751 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150751 is #EAF8AE. Grayscale: #131313. Windows color (decimal): -15399087 or 5310229. OLE color: 5310229.

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

Color convert

RGB 21 7 81 -
CMYK 0.74 0.91 0 0.68
HSL 251.35º 0.84% 0.17% -
HSV(B) 251.35º 0.91% 0.32% -
XYZ 1.87 0.91 7.86 -
YUV 19.62 162.64 128.98 -
System Red Green Blue C M Y K H S L
Decimal 21 7 81 0.74 0.91 0 0.68 251.35 0.84 0.17
Hex 15 7 51 4A 5B 0 44 FB 54 11
Octal 25 7 121 112 133 0 104 373 124 21
Binary 10101 111 1010001 1001010 1011011 0 1000100 11111011 1010100 10001

Color Harmonies of #150751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150751

Black with #150751

Text Example


Text Example

White with #150751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150751; }

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

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

background-color css

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

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

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

border-color css

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

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

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