Html Css Color HEX #181451 Paua

📋 copy color: '#181451'

red 24 ◦ green 20 ◦ blue 81

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

Shades of Paua #181451

Tints of Paua #181451

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16%

 BLUE value IS 81 (32.03% from 255) = 64.8%

R = 19.2%
G = 16%
B = 64.8%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#181451 (or 0x181451) is known color: Paua. HEX triplet: 18, 14 and 51. RGB value is (24,20,81). Sum of RGB (Red+Green+Blue) = 24+20+81=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 81 (32.03% from 255 or 64.8% from 125); Max value from RGB is 81 - color contains mainly: blue. Hex color #181451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181451 is #E7EBAE. Grayscale: #1B1B1B. Windows color (decimal): -15199151 or 5313560. OLE color: 5313560.

HSL color Cylindrical-coordinate representation of color #181451: hue angle of 243.93º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #181451 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 24 20 81 -
CMYK 0.70 0.75 0 0.68
HSL 243.93º 0.6% 0.2% -
HSV(B) 243.93º 0.75% 0.32% -
XYZ 2.11 1.29 7.92 -
YUV 28.15 157.83 125.04 -
System Red Green Blue C M Y K H S L
Decimal 24 20 81 0.70 0.75 0 0.68 243.93 0.6 0.2
Hex 18 14 51 46 4B 0 44 F4 3C 14
Octal 30 24 121 106 113 0 104 364 74 24
Binary 11000 10100 1010001 1000110 1001011 0 1000100 11110100 111100 10100

Color Harmonies of #181451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181451

Black with #181451

Text Example


Text Example

White with #181451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181451; }

 p { color: rgb(24,20,81); }

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

background-color css

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

 a { background-color: rgb(24,20,81); }

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

border-color css

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

 span { border-color: rgb(24,20,81); }

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