Html Css Color HEX #151243 Paua

📋 copy color: '#151243'

red 21 ◦ green 18 ◦ blue 67

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

Shades of Paua #151243

Tints of Paua #151243

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.98%

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

R = 19.81%
G = 16.98%
B = 63.21%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#151243 (or 0x151243) is known color: Paua. HEX triplet: 15, 12 and 43. RGB value is (21,18,67). Sum of RGB (Red+Green+Blue) = 21+18+67=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 67 (26.56% from 255 or 63.21% from 106); Max value from RGB is 67 - color contains mainly: blue. Hex color #151243 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151243 is #EAEDBC. Grayscale: #181818. Windows color (decimal): -15396285 or 4395541. OLE color: 4395541.

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

Color convert

RGB 21 18 67 -
CMYK 0.69 0.73 0 0.74
HSL 243.67º 0.58% 0.17% -
HSV(B) 243.67º 0.73% 0.26% -
XYZ 1.54 1 5.42 -
YUV 24.48 151.99 125.52 -
System Red Green Blue C M Y K H S L
Decimal 21 18 67 0.69 0.73 0 0.74 243.67 0.58 0.17
Hex 15 12 43 45 49 0 4A F4 3A 11
Octal 25 22 103 105 111 0 112 364 72 21
Binary 10101 10010 1000011 1000101 1001001 0 1001010 11110100 111010 10001

Color Harmonies of #151243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151243

Black with #151243

Text Example


Text Example

White with #151243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151243; }

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

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

background-color css

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

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

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

border-color css

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

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

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