Html Css Color HEX #151350 Paua

📋 copy color: '#151350'

red 21 ◦ green 19 ◦ blue 80

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

Shades of Paua #151350

Tints of Paua #151350

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.83%

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

R = 17.5%
G = 15.83%
B = 66.67%

CMYK

 C value IS 0.74

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#151350 (or 0x151350) is known color: Paua. HEX triplet: 15, 13 and 50. RGB value is (21,19,80). Sum of RGB (Red+Green+Blue) = 21+19+80=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 80 (31.64% from 255 or 66.67% from 120); Max value from RGB is 80 - color contains mainly: blue. Hex color #151350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151350 is #EAECAF. Grayscale: #1A1A1A. Windows color (decimal): -15396016 or 5247765. OLE color: 5247765.

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

Color convert

RGB 21 19 80 -
CMYK 0.74 0.76 0 0.69
HSL 241.97º 0.62% 0.19% -
HSV(B) 241.97º 0.76% 0.31% -
XYZ 1.99 1.2 7.72 -
YUV 26.55 158.16 124.04 -
System Red Green Blue C M Y K H S L
Decimal 21 19 80 0.74 0.76 0 0.69 241.97 0.62 0.19
Hex 15 13 50 4A 4C 0 45 F2 3E 13
Octal 25 23 120 112 114 0 105 362 76 23
Binary 10101 10011 1010000 1001010 1001100 0 1000101 11110010 111110 10011

Color Harmonies of #151350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151350

Black with #151350

Text Example


Text Example

White with #151350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151350; }

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

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

background-color css

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

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

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

border-color css

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

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

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