Html Css Color HEX #18124A Paua

📋 copy color: '#18124A'

red 24 ◦ green 18 ◦ blue 74

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

Shades of Paua #18124A

Tints of Paua #18124A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.52%

 BLUE value IS 74 (29.3% from 255) = 63.79%

R = 20.69%
G = 15.52%
B = 63.79%

CMYK

 C value IS 0.68

 M value IS 0.76

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#18124A (or 0x18124A) is known color: Paua. HEX triplet: 18, 12 and 4A. RGB value is (24,18,74). Sum of RGB (Red+Green+Blue) = 24+18+74=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 74 (29.30% from 255 or 63.79% from 116); Max value from RGB is 74 - color contains mainly: blue. Hex color #18124A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18124A is #E7EDB5. Grayscale: #191919. Windows color (decimal): -15199670 or 4854296. OLE color: 4854296.

HSL color Cylindrical-coordinate representation of color #18124A: hue angle of 246.43º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #18124A is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 24 18 74 -
CMYK 0.68 0.76 0 0.71
HSL 246.43º 0.61% 0.18% -
HSV(B) 246.43º 0.76% 0.29% -
XYZ 1.83 1.12 6.6 -
YUV 26.18 154.99 126.45 -
System Red Green Blue C M Y K H S L
Decimal 24 18 74 0.68 0.76 0 0.71 246.43 0.61 0.18
Hex 18 12 4A 44 4C 0 47 F6 3D 12
Octal 30 22 112 104 114 0 107 366 75 22
Binary 11000 10010 1001010 1000100 1001100 0 1000111 11110110 111101 10010

Color Harmonies of #18124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18124A

Black with #18124A

Text Example


Text Example

White with #18124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18124A; }

 p { color: rgb(24,18,74); }

 H1.HeaderClassName
 {
   color: #18124A;
 }
 .AnyTagClassName
 {
   color: #18124A;
 }
</style>

background-color css

<style>
 a { background-color: #18124A; }

 a { background-color: rgb(24,18,74); }

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

border-color css

<style>
 span { border-color: #18124A; }

 span { border-color: rgb(24,18,74); }

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