Html Css Color HEX #151344 Paua

📋 copy color: '#151344'

red 21 ◦ green 19 ◦ blue 68

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

Shades of Paua #151344

Tints of Paua #151344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 62.96%

R = 19.44%
G = 17.59%
B = 62.96%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#151344 (or 0x151344) is known color: Paua. HEX triplet: 15, 13 and 44. RGB value is (21,19,68). Sum of RGB (Red+Green+Blue) = 21+19+68=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 68 (26.95% from 255 or 62.96% from 108); Max value from RGB is 68 - color contains mainly: blue. Hex color #151344 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151344 is #EAECBB. Grayscale: #181818. Windows color (decimal): -15396028 or 4461333. OLE color: 4461333.

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

Color convert

RGB 21 19 68 -
CMYK 0.69 0.72 0 0.73
HSL 242.45º 0.56% 0.17% -
HSV(B) 242.45º 0.72% 0.27% -
XYZ 1.59 1.04 5.59 -
YUV 25.18 152.16 125.02 -
System Red Green Blue C M Y K H S L
Decimal 21 19 68 0.69 0.72 0 0.73 242.45 0.56 0.17
Hex 15 13 44 45 48 0 49 F2 38 11
Octal 25 23 104 105 110 0 111 362 70 21
Binary 10101 10011 1000100 1000101 1001000 0 1001001 11110010 111000 10001

Color Harmonies of #151344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151344

Black with #151344

Text Example


Text Example

White with #151344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151344; }

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

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

background-color css

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

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

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

border-color css

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

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

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