Html Css Color HEX #151353 Paua

📋 copy color: '#151353'

red 21 ◦ green 19 ◦ blue 83

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

Shades of Paua #151353

Tints of Paua #151353

RGB

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

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

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

R = 17.07%
G = 15.45%
B = 67.48%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#151353 (or 0x151353) is known color: Paua. HEX triplet: 15, 13 and 53. RGB value is (21,19,83). Sum of RGB (Red+Green+Blue) = 21+19+83=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 83 (32.81% from 255 or 67.48% from 123); Max value from RGB is 83 - color contains mainly: blue. Hex color #151353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151353 is #EAECAC. Grayscale: #1A1A1A. Windows color (decimal): -15396013 or 5444373. OLE color: 5444373.

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

Color convert

RGB 21 19 83 -
CMYK 0.75 0.77 0 0.67
HSL 241.88º 0.63% 0.2% -
HSV(B) 241.88º 0.77% 0.33% -
XYZ 2.1 1.25 8.31 -
YUV 26.89 159.66 123.8 -
System Red Green Blue C M Y K H S L
Decimal 21 19 83 0.75 0.77 0 0.67 241.88 0.63 0.2
Hex 15 13 53 4B 4D 0 43 F2 3F 14
Octal 25 23 123 113 115 0 103 362 77 24
Binary 10101 10011 1010011 1001011 1001101 0 1000011 11110010 111111 10100

Color Harmonies of #151353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151353

Black with #151353

Text Example


Text Example

White with #151353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151353; }

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

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

background-color css

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

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

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

border-color css

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

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

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