Html Css Color HEX #18114D Paua

📋 copy color: '#18114D'

red 24 ◦ green 17 ◦ blue 77

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

Shades of Paua #18114D

Tints of Paua #18114D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.41%

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

R = 20.34%
G = 14.41%
B = 65.25%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#18114D (or 0x18114D) is known color: Paua. HEX triplet: 18, 11 and 4D. RGB value is (24,17,77). Sum of RGB (Red+Green+Blue) = 24+17+77=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 77 (30.47% from 255 or 65.25% from 118); Max value from RGB is 77 - color contains mainly: blue. Hex color #18114D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18114D is #E7EEB2. Grayscale: #191919. Windows color (decimal): -15199923 or 5050648. OLE color: 5050648.

HSL color Cylindrical-coordinate representation of color #18114D: hue angle of 247º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18114D is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 24 17 77 -
CMYK 0.69 0.78 0 0.70
HSL 247º 0.64% 0.18% -
HSV(B) 247º 0.78% 0.3% -
XYZ 1.92 1.13 7.14 -
YUV 25.93 156.82 126.62 -
System Red Green Blue C M Y K H S L
Decimal 24 17 77 0.69 0.78 0 0.70 247 0.64 0.18
Hex 18 11 4D 45 4E 0 46 F7 40 12
Octal 30 21 115 105 116 0 106 367 100 22
Binary 11000 10001 1001101 1000101 1001110 0 1000110 11110111 1000000 10010

Color Harmonies of #18114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18114D

Black with #18114D

Text Example


Text Example

White with #18114D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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