Html Css Color HEX #181351 Paua

📋 copy color: '#181351'

red 24 ◦ green 19 ◦ blue 81

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

Shades of Paua #181351

Tints of Paua #181351

RGB

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

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

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

R = 19.35%
G = 15.32%
B = 65.32%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#181351 (or 0x181351) is known color: Paua. HEX triplet: 18, 13 and 51. RGB value is (24,19,81). Sum of RGB (Red+Green+Blue) = 24+19+81=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #181351 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181351 is #E7ECAE. Grayscale: #1B1B1B. Windows color (decimal): -15199407 or 5313304. OLE color: 5313304.

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

Color convert

RGB 24 19 81 -
CMYK 0.70 0.77 0 0.68
HSL 244.84º 0.62% 0.2% -
HSV(B) 244.84º 0.77% 0.32% -
XYZ 2.09 1.25 7.92 -
YUV 27.56 158.16 125.46 -
System Red Green Blue C M Y K H S L
Decimal 24 19 81 0.70 0.77 0 0.68 244.84 0.62 0.2
Hex 18 13 51 46 4D 0 44 F5 3E 14
Octal 30 23 121 106 115 0 104 365 76 24
Binary 11000 10011 1010001 1000110 1001101 0 1000100 11110101 111110 10100

Color Harmonies of #181351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181351

Black with #181351

Text Example


Text Example

White with #181351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181351; }

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

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

background-color css

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

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

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

border-color css

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

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

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