Html Css Color HEX #151343 Paua

📋 copy color: '#151343'

red 21 ◦ green 19 ◦ blue 67

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

Shades of Paua #151343

Tints of Paua #151343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 62.62%

R = 19.63%
G = 17.76%
B = 62.62%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#151343 (or 0x151343) is known color: Paua. HEX triplet: 15, 13 and 43. RGB value is (21,19,67). Sum of RGB (Red+Green+Blue) = 21+19+67=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 67 (26.56% from 255 or 62.62% from 107); Max value from RGB is 67 - color contains mainly: blue. Hex color #151343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151343 is #EAECBC. Grayscale: #181818. Windows color (decimal): -15396029 or 4395797. OLE color: 4395797.

HSL color Cylindrical-coordinate representation of color #151343: hue angle of 242.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #151343 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 21 19 67 -
CMYK 0.69 0.72 0 0.74
HSL 242.5º 0.56% 0.17% -
HSV(B) 242.5º 0.72% 0.26% -
XYZ 1.56 1.03 5.43 -
YUV 25.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 21 19 67 0.69 0.72 0 0.74 242.5 0.56 0.17
Hex 15 13 43 45 48 0 4A F2 38 11
Octal 25 23 103 105 110 0 112 362 70 21
Binary 10101 10011 1000011 1000101 1001000 0 1001010 11110010 111000 10001

Color Harmonies of #151343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151343

Black with #151343

Text Example


Text Example

White with #151343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151343; }

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

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

background-color css

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

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

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

border-color css

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

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

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