Html Css Color HEX #18174C Paua

📋 copy color: '#18174C'

red 24 ◦ green 23 ◦ blue 76

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

Shades of Paua #18174C

Tints of Paua #18174C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.7%

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

R = 19.51%
G = 18.7%
B = 61.79%

CMYK

 C value IS 0.68

 M value IS 0.70

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#18174C (or 0x18174C) is known color: Paua. HEX triplet: 18, 17 and 4C. RGB value is (24,23,76). Sum of RGB (Red+Green+Blue) = 24+23+76=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 76 (30.08% from 255 or 61.79% from 123); Max value from RGB is 76 - color contains mainly: blue. Hex color #18174C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18174C is #E7E8B3. Grayscale: #1D1D1D. Windows color (decimal): -15198388 or 4986648. OLE color: 4986648.

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

Color convert

RGB 24 23 76 -
CMYK 0.68 0.70 0 0.70
HSL 241.13º 0.54% 0.19% -
HSV(B) 241.13º 0.7% 0.3% -
XYZ 1.99 1.33 6.99 -
YUV 29.34 154.33 124.19 -
System Red Green Blue C M Y K H S L
Decimal 24 23 76 0.68 0.70 0 0.70 241.13 0.54 0.19
Hex 18 17 4C 44 46 0 46 F1 36 13
Octal 30 27 114 104 106 0 106 361 66 23
Binary 11000 10111 1001100 1000100 1000110 0 1000110 11110001 110110 10011

Color Harmonies of #18174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18174C

Black with #18174C

Text Example


Text Example

White with #18174C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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