Html Css Color HEX #151248 Paua

📋 copy color: '#151248'

red 21 ◦ green 18 ◦ blue 72

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

Shades of Paua #151248

Tints of Paua #151248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 64.86%

R = 18.92%
G = 16.22%
B = 64.86%

CMYK

 C value IS 0.71

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#151248 (or 0x151248) is known color: Paua. HEX triplet: 15, 12 and 48. RGB value is (21,18,72). Sum of RGB (Red+Green+Blue) = 21+18+72=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 72 (28.52% from 255 or 64.86% from 111); Max value from RGB is 72 - color contains mainly: blue. Hex color #151248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151248 is #EAEDB7. Grayscale: #181818. Windows color (decimal): -15396280 or 4723221. OLE color: 4723221.

HSL color Cylindrical-coordinate representation of color #151248: hue angle of 243.33º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #151248 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 18 72 -
CMYK 0.71 0.75 0 0.72
HSL 243.33º 0.6% 0.18% -
HSV(B) 243.33º 0.75% 0.28% -
XYZ 1.7 1.06 6.25 -
YUV 25.05 154.49 125.11 -
System Red Green Blue C M Y K H S L
Decimal 21 18 72 0.71 0.75 0 0.72 243.33 0.6 0.18
Hex 15 12 48 47 4B 0 48 F3 3C 12
Octal 25 22 110 107 113 0 110 363 74 22
Binary 10101 10010 1001000 1000111 1001011 0 1001000 11110011 111100 10010

Color Harmonies of #151248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151248

Black with #151248

Text Example


Text Example

White with #151248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151248; }

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

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

background-color css

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

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

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

border-color css

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

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

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