Html Css Color HEX #18164C Paua

📋 copy color: '#18164C'

red 24 ◦ green 22 ◦ blue 76

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

Shades of Paua #18164C

Tints of Paua #18164C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.03%

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

R = 19.67%
G = 18.03%
B = 62.3%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#18164C (or 0x18164C) is known color: Paua. HEX triplet: 18, 16 and 4C. RGB value is (24,22,76). Sum of RGB (Red+Green+Blue) = 24+22+76=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 76 (30.08% from 255 or 62.30% from 122); Max value from RGB is 76 - color contains mainly: blue. Hex color #18164C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18164C is #E7E9B3. Grayscale: #1C1C1C. Windows color (decimal): -15198644 or 4986392. OLE color: 4986392.

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

Color convert

RGB 24 22 76 -
CMYK 0.68 0.71 0 0.70
HSL 242.22º 0.55% 0.19% -
HSV(B) 242.22º 0.71% 0.3% -
XYZ 1.97 1.29 6.98 -
YUV 28.75 154.66 124.61 -
System Red Green Blue C M Y K H S L
Decimal 24 22 76 0.68 0.71 0 0.70 242.22 0.55 0.19
Hex 18 16 4C 44 47 0 46 F2 37 13
Octal 30 26 114 104 107 0 106 362 67 23
Binary 11000 10110 1001100 1000100 1000111 0 1000110 11110010 110111 10011

Color Harmonies of #18164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18164C

Black with #18164C

Text Example


Text Example

White with #18164C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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