Html Css Color HEX #18164F Paua

📋 copy color: '#18164F'

red 24 ◦ green 22 ◦ blue 79

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

Shades of Paua #18164F

Tints of Paua #18164F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 63.2%

R = 19.2%
G = 17.6%
B = 63.2%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#18164F (or 0x18164F) is known color: Paua. HEX triplet: 18, 16 and 4F. RGB value is (24,22,79). Sum of RGB (Red+Green+Blue) = 24+22+79=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 79 (31.25% from 255 or 63.2% from 125); Max value from RGB is 79 - color contains mainly: blue. Hex color #18164F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18164F is #E7E9B0. Grayscale: #1C1C1C. Windows color (decimal): -15198641 or 5183000. OLE color: 5183000.

HSL color Cylindrical-coordinate representation of color #18164F: hue angle of 242.11º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #18164F is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 22 79 -
CMYK 0.70 0.72 0 0.69
HSL 242.11º 0.56% 0.2% -
HSV(B) 242.11º 0.72% 0.31% -
XYZ 2.07 1.33 7.54 -
YUV 29.1 156.16 124.37 -
System Red Green Blue C M Y K H S L
Decimal 24 22 79 0.70 0.72 0 0.69 242.11 0.56 0.2
Hex 18 16 4F 46 48 0 45 F2 38 14
Octal 30 26 117 106 110 0 105 362 70 24
Binary 11000 10110 1001111 1000110 1001000 0 1000101 11110010 111000 10100

Color Harmonies of #18164F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18164F

Black with #18164F

Text Example


Text Example

White with #18164F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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