Html Css Color HEX #181157 Paua

📋 copy color: '#181157'

red 24 ◦ green 17 ◦ blue 87

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

Shades of Paua #181157

Tints of Paua #181157

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.28%

 BLUE value IS 87 (34.38% from 255) = 67.97%

R = 18.75%
G = 13.28%
B = 67.97%

CMYK

 C value IS 0.72

 M value IS 0.80

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#181157 (or 0x181157) is known color: Paua. HEX triplet: 18, 11 and 57. RGB value is (24,17,87). Sum of RGB (Red+Green+Blue) = 24+17+87=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 87 (34.38% from 255 or 67.97% from 128); Max value from RGB is 87 - color contains mainly: blue. Hex color #181157 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181157 is #E7EEA8. Grayscale: #1A1A1A. Windows color (decimal): -15199913 or 5706008. OLE color: 5706008.

HSL color Cylindrical-coordinate representation of color #181157: hue angle of 246º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #181157 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 24 17 87 -
CMYK 0.72 0.80 0 0.66
HSL 246º 0.67% 0.2% -
HSV(B) 246º 0.8% 0.34% -
XYZ 2.3 1.28 9.14 -
YUV 27.07 161.82 125.81 -
System Red Green Blue C M Y K H S L
Decimal 24 17 87 0.72 0.80 0 0.66 246 0.67 0.2
Hex 18 11 57 48 50 0 42 F6 43 14
Octal 30 21 127 110 120 0 102 366 103 24
Binary 11000 10001 1010111 1001000 1010000 0 1000010 11110110 1000011 10100

Color Harmonies of #181157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181157

Black with #181157

Text Example


Text Example

White with #181157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181157; }

 p { color: rgb(24,17,87); }

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

background-color css

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

 a { background-color: rgb(24,17,87); }

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

border-color css

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

 span { border-color: rgb(24,17,87); }

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