Html Css Color HEX #181951 Paua

📋 copy color: '#181951'

red 24 ◦ green 25 ◦ blue 81

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

Shades of Paua #181951

Tints of Paua #181951

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.23%

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

R = 18.46%
G = 19.23%
B = 62.31%

CMYK

 C value IS 0.70

 M value IS 0.69

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#181951 (or 0x181951) is known color: Paua. HEX triplet: 18, 19 and 51. RGB value is (24,25,81). Sum of RGB (Red+Green+Blue) = 24+25+81=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 81 (32.03% from 255 or 62.31% from 130); Max value from RGB is 81 - color contains mainly: blue. Hex color #181951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181951 is #E7E6AE. Grayscale: #1E1E1E. Windows color (decimal): -15197871 or 5314840. OLE color: 5314840.

HSL color Cylindrical-coordinate representation of color #181951: hue angle of 238.95º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #181951 is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 24 25 81 -
CMYK 0.70 0.69 0 0.68
HSL 238.95º 0.54% 0.21% -
HSV(B) 238.95º 0.7% 0.32% -
XYZ 2.21 1.48 7.95 -
YUV 31.09 156.17 122.95 -
System Red Green Blue C M Y K H S L
Decimal 24 25 81 0.70 0.69 0 0.68 238.95 0.54 0.21
Hex 18 19 51 46 45 0 44 EF 36 15
Octal 30 31 121 106 105 0 104 357 66 25
Binary 11000 11001 1010001 1000110 1000101 0 1000100 11101111 110110 10101

Color Harmonies of #181951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181951

Black with #181951

Text Example


Text Example

White with #181951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181951; }

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

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

background-color css

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

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

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

border-color css

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

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

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