Html Css Color HEX #181551 Paua

📋 copy color: '#181551'

red 24 ◦ green 21 ◦ blue 81

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

Shades of Paua #181551

Tints of Paua #181551

RGB

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

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

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

R = 19.05%
G = 16.67%
B = 64.29%

CMYK

 C value IS 0.70

 M value IS 0.74

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#181551 (or 0x181551) is known color: Paua. HEX triplet: 18, 15 and 51. RGB value is (24,21,81). Sum of RGB (Red+Green+Blue) = 24+21+81=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 81 (32.03% from 255 or 64.29% from 126); Max value from RGB is 81 - color contains mainly: blue. Hex color #181551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181551 is #E7EAAE. Grayscale: #1C1C1C. Windows color (decimal): -15198895 or 5313816. OLE color: 5313816.

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

Color convert

RGB 24 21 81 -
CMYK 0.70 0.74 0 0.68
HSL 243º 0.59% 0.2% -
HSV(B) 243º 0.74% 0.32% -
XYZ 2.13 1.32 7.93 -
YUV 28.74 157.49 124.62 -
System Red Green Blue C M Y K H S L
Decimal 24 21 81 0.70 0.74 0 0.68 243 0.59 0.2
Hex 18 15 51 46 4A 0 44 F3 3B 14
Octal 30 25 121 106 112 0 104 363 73 24
Binary 11000 10101 1010001 1000110 1001010 0 1000100 11110011 111011 10100

Color Harmonies of #181551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181551

Black with #181551

Text Example


Text Example

White with #181551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181551; }

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

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

background-color css

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

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

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

border-color css

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

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

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