Html Css Color HEX #18134A Paua

📋 copy color: '#18134A'

red 24 ◦ green 19 ◦ blue 74

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

Shades of Paua #18134A

Tints of Paua #18134A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.24%

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

R = 20.51%
G = 16.24%
B = 63.25%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#18134A (or 0x18134A) is known color: Paua. HEX triplet: 18, 13 and 4A. RGB value is (24,19,74). Sum of RGB (Red+Green+Blue) = 24+19+74=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 74 (29.30% from 255 or 63.25% from 117); Max value from RGB is 74 - color contains mainly: blue. Hex color #18134A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18134A is #E7ECB5. Grayscale: #1A1A1A. Windows color (decimal): -15199414 or 4854552. OLE color: 4854552.

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

Color convert

RGB 24 19 74 -
CMYK 0.68 0.74 0 0.71
HSL 245.45º 0.59% 0.18% -
HSV(B) 245.45º 0.74% 0.29% -
XYZ 1.85 1.15 6.6 -
YUV 26.77 154.66 126.03 -
System Red Green Blue C M Y K H S L
Decimal 24 19 74 0.68 0.74 0 0.71 245.45 0.59 0.18
Hex 18 13 4A 44 4A 0 47 F5 3B 12
Octal 30 23 112 104 112 0 107 365 73 22
Binary 11000 10011 1001010 1000100 1001010 0 1000111 11110101 111011 10010

Color Harmonies of #18134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18134A

Black with #18134A

Text Example


Text Example

White with #18134A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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