Html Css Color HEX #181248 Paua

📋 copy color: '#181248'

red 24 ◦ green 18 ◦ blue 72

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

Shades of Paua #181248

Tints of Paua #181248

RGB

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

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

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

R = 21.05%
G = 15.79%
B = 63.16%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#181248 (or 0x181248) is known color: Paua. HEX triplet: 18, 12 and 48. RGB value is (24,18,72). Sum of RGB (Red+Green+Blue) = 24+18+72=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #181248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181248 is #E7EDB7. Grayscale: #191919. Windows color (decimal): -15199672 or 4723224. OLE color: 4723224.

HSL color Cylindrical-coordinate representation of color #181248: hue angle of 246.67º 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 #181248 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 24 18 72 -
CMYK 0.67 0.75 0 0.72
HSL 246.67º 0.6% 0.18% -
HSV(B) 246.67º 0.75% 0.28% -
XYZ 1.76 1.09 6.25 -
YUV 25.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 24 18 72 0.67 0.75 0 0.72 246.67 0.6 0.18
Hex 18 12 48 43 4B 0 48 F7 3C 12
Octal 30 22 110 103 113 0 110 367 74 22
Binary 11000 10010 1001000 1000011 1001011 0 1001000 11110111 111100 10010

Color Harmonies of #181248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181248

Black with #181248

Text Example


Text Example

White with #181248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181248; }

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

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

background-color css

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

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

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

border-color css

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

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

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