Html Css Color HEX #181554 Paua

📋 copy color: '#181554'

red 24 ◦ green 21 ◦ blue 84

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

Shades of Paua #181554

Tints of Paua #181554

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.28%

 BLUE value IS 84 (33.2% from 255) = 65.12%

R = 18.6%
G = 16.28%
B = 65.12%

CMYK

 C value IS 0.71

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#181554 (or 0x181554) is known color: Paua. HEX triplet: 18, 15 and 54. RGB value is (24,21,84). Sum of RGB (Red+Green+Blue) = 24+21+84=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 84 (33.20% from 255 or 65.12% from 129); Max value from RGB is 84 - color contains mainly: blue. Hex color #181554 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181554 is #E7EAAB. Grayscale: #1C1C1C. Windows color (decimal): -15198892 or 5510424. OLE color: 5510424.

HSL color Cylindrical-coordinate representation of color #181554: hue angle of 242.86º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #181554 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 21 84 -
CMYK 0.71 0.75 0 0.67
HSL 242.86º 0.6% 0.21% -
HSV(B) 242.86º 0.75% 0.33% -
XYZ 2.25 1.37 8.53 -
YUV 29.08 158.99 124.38 -
System Red Green Blue C M Y K H S L
Decimal 24 21 84 0.71 0.75 0 0.67 242.86 0.6 0.21
Hex 18 15 54 47 4B 0 43 F3 3C 15
Octal 30 25 124 107 113 0 103 363 74 25
Binary 11000 10101 1010100 1000111 1001011 0 1000011 11110011 111100 10101

Color Harmonies of #181554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181554

Black with #181554

Text Example


Text Example

White with #181554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181554; }

 p { color: rgb(24,21,84); }

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

background-color css

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

 a { background-color: rgb(24,21,84); }

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

border-color css

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

 span { border-color: rgb(24,21,84); }

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