Html Css Color HEX #18104A Paua

📋 copy color: '#18104A'

red 24 ◦ green 16 ◦ blue 74

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

Shades of Paua #18104A

Tints of Paua #18104A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.04%

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

R = 21.05%
G = 14.04%
B = 64.91%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#18104A (or 0x18104A) is known color: Paua. HEX triplet: 18, 10 and 4A. RGB value is (24,16,74). Sum of RGB (Red+Green+Blue) = 24+16+74=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 74 (29.30% from 255 or 64.91% from 114); Max value from RGB is 74 - color contains mainly: blue. Hex color #18104A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18104A is #E7EFB5. Grayscale: #181818. Windows color (decimal): -15200182 or 4853784. OLE color: 4853784.

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

Color convert

RGB 24 16 74 -
CMYK 0.68 0.78 0 0.71
HSL 248.28º 0.64% 0.18% -
HSV(B) 248.28º 0.78% 0.29% -
XYZ 1.8 1.06 6.59 -
YUV 25 155.65 127.28 -
System Red Green Blue C M Y K H S L
Decimal 24 16 74 0.68 0.78 0 0.71 248.28 0.64 0.18
Hex 18 10 4A 44 4E 0 47 F8 40 12
Octal 30 20 112 104 116 0 107 370 100 22
Binary 11000 10000 1001010 1000100 1001110 0 1000111 11111000 1000000 10010

Color Harmonies of #18104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18104A

Black with #18104A

Text Example


Text Example

White with #18104A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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