Html Css Color HEX #18144A Paua

📋 copy color: '#18144A'

red 24 ◦ green 20 ◦ blue 74

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

Shades of Paua #18144A

Tints of Paua #18144A

RGB

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

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

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

R = 20.34%
G = 16.95%
B = 62.71%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#18144A (or 0x18144A) is known color: Paua. HEX triplet: 18, 14 and 4A. RGB value is (24,20,74). Sum of RGB (Red+Green+Blue) = 24+20+74=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 74 (29.30% from 255 or 62.71% from 118); Max value from RGB is 74 - color contains mainly: blue. Hex color #18144A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18144A is #E7EBB5. Grayscale: #1B1B1B. Windows color (decimal): -15199158 or 4854808. OLE color: 4854808.

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

Color convert

RGB 24 20 74 -
CMYK 0.68 0.73 0 0.71
HSL 244.44º 0.57% 0.18% -
HSV(B) 244.44º 0.73% 0.29% -
XYZ 1.86 1.19 6.61 -
YUV 27.35 154.33 125.61 -
System Red Green Blue C M Y K H S L
Decimal 24 20 74 0.68 0.73 0 0.71 244.44 0.57 0.18
Hex 18 14 4A 44 49 0 47 F4 39 12
Octal 30 24 112 104 111 0 107 364 71 22
Binary 11000 10100 1001010 1000100 1001001 0 1000111 11110100 111001 10010

Color Harmonies of #18144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18144A

Black with #18144A

Text Example


Text Example

White with #18144A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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