Html Css Color HEX #151053 Paua

📋 copy color: '#151053'

red 21 ◦ green 16 ◦ blue 83

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

Shades of Paua #151053

Tints of Paua #151053

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.33%

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

R = 17.5%
G = 13.33%
B = 69.17%

CMYK

 C value IS 0.75

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#151053 (or 0x151053) is known color: Paua. HEX triplet: 15, 10 and 53. RGB value is (21,16,83). Sum of RGB (Red+Green+Blue) = 21+16+83=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 83 (32.81% from 255 or 69.17% from 120); Max value from RGB is 83 - color contains mainly: blue. Hex color #151053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151053 is #EAEFAC. Grayscale: #181818. Windows color (decimal): -15396781 or 5443605. OLE color: 5443605.

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

Color convert

RGB 21 16 83 -
CMYK 0.75 0.81 0 0.67
HSL 244.48º 0.68% 0.19% -
HSV(B) 244.48º 0.81% 0.33% -
XYZ 2.06 1.15 8.3 -
YUV 25.13 160.66 125.05 -
System Red Green Blue C M Y K H S L
Decimal 21 16 83 0.75 0.81 0 0.67 244.48 0.68 0.19
Hex 15 10 53 4B 51 0 43 F4 44 13
Octal 25 20 123 113 121 0 103 364 104 23
Binary 10101 10000 1010011 1001011 1010001 0 1000011 11110100 1000100 10011

Color Harmonies of #151053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151053

Black with #151053

Text Example


Text Example

White with #151053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151053; }

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

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

background-color css

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

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

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

border-color css

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

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

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