Html Css Color HEX #181A51 Paua

📋 copy color: '#181A51'

red 24 ◦ green 26 ◦ blue 81

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

Shades of Paua #181A51

Tints of Paua #181A51

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.85%

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

R = 18.32%
G = 19.85%
B = 61.83%

CMYK

 C value IS 0.70

 M value IS 0.68

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#181A51 (or 0x181A51) is known color: Paua. HEX triplet: 18, 1A and 51. RGB value is (24,26,81). Sum of RGB (Red+Green+Blue) = 24+26+81=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #181A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181A51 is #E7E5AE. Grayscale: #1F1F1F. Windows color (decimal): -15197615 or 5315096. OLE color: 5315096.

HSL color Cylindrical-coordinate representation of color #181A51: hue angle of 237.89º 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 #181A51 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 24 26 81 -
CMYK 0.70 0.68 0 0.68
HSL 237.89º 0.54% 0.21% -
HSV(B) 237.89º 0.7% 0.32% -
XYZ 2.23 1.53 7.96 -
YUV 31.67 155.84 122.53 -
System Red Green Blue C M Y K H S L
Decimal 24 26 81 0.70 0.68 0 0.68 237.89 0.54 0.21
Hex 18 1A 51 46 44 0 44 EE 36 15
Octal 30 32 121 106 104 0 104 356 66 25
Binary 11000 11010 1010001 1000110 1000100 0 1000100 11101110 110110 10101

Color Harmonies of #181A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181A51

Black with #181A51

Text Example


Text Example

White with #181A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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