Html Css Color HEX #181754 Paua

📋 copy color: '#181754'

red 24 ◦ green 23 ◦ blue 84

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

Shades of Paua #181754

Tints of Paua #181754

RGB

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

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

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

R = 18.32%
G = 17.56%
B = 64.12%

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#181754 (or 0x181754) is known color: Paua. HEX triplet: 18, 17 and 54. RGB value is (24,23,84). Sum of RGB (Red+Green+Blue) = 24+23+84=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 84 (33.20% from 255 or 64.12% from 131); Max value from RGB is 84 - color contains mainly: blue. Hex color #181754 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181754 is #E7E8AB. Grayscale: #1E1E1E. Windows color (decimal): -15198380 or 5510936. OLE color: 5510936.

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

Color convert

RGB 24 23 84 -
CMYK 0.71 0.73 0 0.67
HSL 240.98º 0.57% 0.21% -
HSV(B) 240.98º 0.73% 0.33% -
XYZ 2.28 1.45 8.55 -
YUV 30.25 158.33 123.54 -
System Red Green Blue C M Y K H S L
Decimal 24 23 84 0.71 0.73 0 0.67 240.98 0.57 0.21
Hex 18 17 54 47 49 0 43 F1 39 15
Octal 30 27 124 107 111 0 103 361 71 25
Binary 11000 10111 1010100 1000111 1001001 0 1000011 11110001 111001 10101

Color Harmonies of #181754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181754

Black with #181754

Text Example


Text Example

White with #181754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181754; }

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

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

background-color css

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

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

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

border-color css

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

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

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