Html Css Color HEX #151448 Paua

📋 copy color: '#151448'

red 21 ◦ green 20 ◦ blue 72

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

Shades of Paua #151448

Tints of Paua #151448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.7%

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

R = 18.58%
G = 17.7%
B = 63.72%

CMYK

 C value IS 0.71

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#151448 (or 0x151448) is known color: Paua. HEX triplet: 15, 14 and 48. RGB value is (21,20,72). Sum of RGB (Red+Green+Blue) = 21+20+72=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 72 (28.52% from 255 or 63.72% from 113); Max value from RGB is 72 - color contains mainly: blue. Hex color #151448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151448 is #EAEBB7. Grayscale: #1A1A1A. Windows color (decimal): -15395768 or 4723733. OLE color: 4723733.

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

Color convert

RGB 21 20 72 -
CMYK 0.71 0.72 0 0.72
HSL 241.15º 0.57% 0.18% -
HSV(B) 241.15º 0.72% 0.28% -
XYZ 1.73 1.13 6.26 -
YUV 26.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 21 20 72 0.71 0.72 0 0.72 241.15 0.57 0.18
Hex 15 14 48 47 48 0 48 F1 39 12
Octal 25 24 110 107 110 0 110 361 71 22
Binary 10101 10100 1001000 1000111 1001000 0 1001000 11110001 111001 10010

Color Harmonies of #151448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151448

Black with #151448

Text Example


Text Example

White with #151448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151448; }

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

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

background-color css

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

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

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

border-color css

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

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

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