Html Css Color HEX #18144C Paua

📋 copy color: '#18144C'

red 24 ◦ green 20 ◦ blue 76

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

Shades of Paua #18144C

Tints of Paua #18144C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 63.33%

R = 20%
G = 16.67%
B = 63.33%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#18144C (or 0x18144C) is known color: Paua. HEX triplet: 18, 14 and 4C. RGB value is (24,20,76). Sum of RGB (Red+Green+Blue) = 24+20+76=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 76 (30.08% from 255 or 63.33% from 120); Max value from RGB is 76 - color contains mainly: blue. Hex color #18144C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18144C is #E7EBB3. Grayscale: #1B1B1B. Windows color (decimal): -15199156 or 4985880. OLE color: 4985880.

HSL color Cylindrical-coordinate representation of color #18144C: hue angle of 244.29º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18144C is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 24 20 76 -
CMYK 0.68 0.74 0 0.70
HSL 244.29º 0.58% 0.19% -
HSV(B) 244.29º 0.74% 0.3% -
XYZ 1.93 1.22 6.97 -
YUV 27.58 155.33 125.45 -
System Red Green Blue C M Y K H S L
Decimal 24 20 76 0.68 0.74 0 0.70 244.29 0.58 0.19
Hex 18 14 4C 44 4A 0 46 F4 3A 13
Octal 30 24 114 104 112 0 106 364 72 23
Binary 11000 10100 1001100 1000100 1001010 0 1000110 11110100 111010 10011

Color Harmonies of #18144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18144C

Black with #18144C

Text Example


Text Example

White with #18144C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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