Html Css Color HEX #151242 Paua

📋 copy color: '#151242'

red 21 ◦ green 18 ◦ blue 66

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

Shades of Paua #151242

Tints of Paua #151242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 62.86%

R = 20%
G = 17.14%
B = 62.86%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#151242 (or 0x151242) is known color: Paua. HEX triplet: 15, 12 and 42. RGB value is (21,18,66). Sum of RGB (Red+Green+Blue) = 21+18+66=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 66 (26.17% from 255 or 62.86% from 105); Max value from RGB is 66 - color contains mainly: blue. Hex color #151242 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151242 is #EAEDBD. Grayscale: #181818. Windows color (decimal): -15396286 or 4330005. OLE color: 4330005.

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

Color convert

RGB 21 18 66 -
CMYK 0.68 0.73 0 0.74
HSL 243.75º 0.57% 0.16% -
HSV(B) 243.75º 0.73% 0.26% -
XYZ 1.51 0.99 5.26 -
YUV 24.37 151.49 125.6 -
System Red Green Blue C M Y K H S L
Decimal 21 18 66 0.68 0.73 0 0.74 243.75 0.57 0.16
Hex 15 12 42 44 49 0 4A F4 39 10
Octal 25 22 102 104 111 0 112 364 71 20
Binary 10101 10010 1000010 1000100 1001001 0 1001010 11110100 111001 10000

Color Harmonies of #151242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151242

Black with #151242

Text Example


Text Example

White with #151242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151242; }

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

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

background-color css

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

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

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

border-color css

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

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

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