Html Css Color HEX #18154A Paua

📋 copy color: '#18154A'

red 24 ◦ green 21 ◦ blue 74

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

Shades of Paua #18154A

Tints of Paua #18154A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 62.18%

R = 20.17%
G = 17.65%
B = 62.18%

CMYK

 C value IS 0.68

 M value IS 0.72

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#18154A (or 0x18154A) is known color: Paua. HEX triplet: 18, 15 and 4A. RGB value is (24,21,74). Sum of RGB (Red+Green+Blue) = 24+21+74=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 74 (29.30% from 255 or 62.18% from 119); Max value from RGB is 74 - color contains mainly: blue. Hex color #18154A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18154A is #E7EAB5. Grayscale: #1B1B1B. Windows color (decimal): -15198902 or 4855064. OLE color: 4855064.

HSL color Cylindrical-coordinate representation of color #18154A: hue angle of 243.4º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #18154A is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 24 21 74 -
CMYK 0.68 0.72 0 0.71
HSL 243.4º 0.56% 0.19% -
HSV(B) 243.4º 0.72% 0.29% -
XYZ 1.88 1.22 6.62 -
YUV 27.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 24 21 74 0.68 0.72 0 0.71 243.4 0.56 0.19
Hex 18 15 4A 44 48 0 47 F3 38 13
Octal 30 25 112 104 110 0 107 363 70 23
Binary 11000 10101 1001010 1000100 1001000 0 1000111 11110011 111000 10011

Color Harmonies of #18154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18154A

Black with #18154A

Text Example


Text Example

White with #18154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18154A; }

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

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

background-color css

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

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

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

border-color css

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

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

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