Html Css Color HEX #18144D Paua

📋 copy color: '#18144D'

red 24 ◦ green 20 ◦ blue 77

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

Shades of Paua #18144D

Tints of Paua #18144D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 63.64%

R = 19.83%
G = 16.53%
B = 63.64%

CMYK

 C value IS 0.69

 M value IS 0.74

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#18144D (or 0x18144D) is known color: Paua. HEX triplet: 18, 14 and 4D. RGB value is (24,20,77). Sum of RGB (Red+Green+Blue) = 24+20+77=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #18144D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18144D is #E7EBB2. Grayscale: #1B1B1B. Windows color (decimal): -15199155 or 5051416. OLE color: 5051416.

HSL color Cylindrical-coordinate representation of color #18144D: hue angle of 244.21º degrees, saturation: 0.59, 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 #18144D is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 24 20 77 -
CMYK 0.69 0.74 0 0.70
HSL 244.21º 0.59% 0.19% -
HSV(B) 244.21º 0.74% 0.3% -
XYZ 1.97 1.23 7.16 -
YUV 27.69 155.83 125.37 -
System Red Green Blue C M Y K H S L
Decimal 24 20 77 0.69 0.74 0 0.70 244.21 0.59 0.19
Hex 18 14 4D 45 4A 0 46 F4 3B 13
Octal 30 24 115 105 112 0 106 364 73 23
Binary 11000 10100 1001101 1000101 1001010 0 1000110 11110100 111011 10011

Color Harmonies of #18144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18144D

Black with #18144D

Text Example


Text Example

White with #18144D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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