Html Css Color HEX #150553 Paua

📋 copy color: '#150553'

red 21 ◦ green 5 ◦ blue 83

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

Shades of Paua #150553

Tints of Paua #150553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.59%

 BLUE value IS 83 (32.81% from 255) = 76.15%

R = 19.27%
G = 4.59%
B = 76.15%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#150553 (or 0x150553) is known color: Paua. HEX triplet: 15, 05 and 53. RGB value is (21,5,83). Sum of RGB (Red+Green+Blue) = 21+5+83=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 83 (32.81% from 255 or 76.15% from 109); Max value from RGB is 83 - color contains mainly: blue. Hex color #150553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150553 is #EAFAAC. Grayscale: #121212. Windows color (decimal): -15399597 or 5440789. OLE color: 5440789.

HSL color Cylindrical-coordinate representation of color #150553: hue angle of 252.31º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150553 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 5 83 -
CMYK 0.75 0.94 0 0.67
HSL 252.31º 0.89% 0.17% -
HSV(B) 252.31º 0.94% 0.33% -
XYZ 1.92 0.89 8.25 -
YUV 18.68 164.3 129.66 -
System Red Green Blue C M Y K H S L
Decimal 21 5 83 0.75 0.94 0 0.67 252.31 0.89 0.17
Hex 15 5 53 4B 5E 0 43 FC 59 11
Octal 25 5 123 113 136 0 103 374 131 21
Binary 10101 101 1010011 1001011 1011110 0 1000011 11111100 1011001 10001

Color Harmonies of #150553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150553

Black with #150553

Text Example


Text Example

White with #150553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150553; }

 p { color: rgb(21,5,83); }

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

background-color css

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

 a { background-color: rgb(21,5,83); }

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

border-color css

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

 span { border-color: rgb(21,5,83); }

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