Html Css Color HEX #181548 Paua

📋 copy color: '#181548'

red 24 ◦ green 21 ◦ blue 72

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

Shades of Paua #181548

Tints of Paua #181548

RGB

 RED value IS 24 (9.77% from 255) = 20.51%

 GREEN value IS 21 (8.59% from 255) = 17.95%

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

R = 20.51%
G = 17.95%
B = 61.54%

CMYK

 C value IS 0.67

 M value IS 0.71

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#181548 (or 0x181548) is known color: Paua. HEX triplet: 18, 15 and 48. RGB value is (24,21,72). Sum of RGB (Red+Green+Blue) = 24+21+72=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 72 (28.52% from 255 or 61.54% from 117); Max value from RGB is 72 - color contains mainly: blue. Hex color #181548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181548 is #E7EAB7. Grayscale: #1B1B1B. Windows color (decimal): -15198904 or 4723992. OLE color: 4723992.

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

Color convert

RGB 24 21 72 -
CMYK 0.67 0.71 0 0.72
HSL 243.53º 0.55% 0.18% -
HSV(B) 243.53º 0.71% 0.28% -
XYZ 1.81 1.2 6.27 -
YUV 27.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 24 21 72 0.67 0.71 0 0.72 243.53 0.55 0.18
Hex 18 15 48 43 47 0 48 F4 37 12
Octal 30 25 110 103 107 0 110 364 67 22
Binary 11000 10101 1001000 1000011 1000111 0 1001000 11110100 110111 10010

Color Harmonies of #181548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181548

Black with #181548

Text Example


Text Example

White with #181548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181548; }

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

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

background-color css

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

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

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

border-color css

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

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

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