Html Css Color HEX #181257 Paua

📋 copy color: '#181257'

red 24 ◦ green 18 ◦ blue 87

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

Shades of Paua #181257

Tints of Paua #181257

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.95%

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

R = 18.6%
G = 13.95%
B = 67.44%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#181257 (or 0x181257) is known color: Paua. HEX triplet: 18, 12 and 57. RGB value is (24,18,87). Sum of RGB (Red+Green+Blue) = 24+18+87=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 87 (34.38% from 255 or 67.44% from 129); Max value from RGB is 87 - color contains mainly: blue. Hex color #181257 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181257 is #E7EDA8. Grayscale: #1B1B1B. Windows color (decimal): -15199657 or 5706264. OLE color: 5706264.

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

Color convert

RGB 24 18 87 -
CMYK 0.72 0.79 0 0.66
HSL 245.22º 0.66% 0.21% -
HSV(B) 245.22º 0.79% 0.34% -
XYZ 2.31 1.31 9.15 -
YUV 27.66 161.49 125.39 -
System Red Green Blue C M Y K H S L
Decimal 24 18 87 0.72 0.79 0 0.66 245.22 0.66 0.21
Hex 18 12 57 48 4F 0 42 F5 42 15
Octal 30 22 127 110 117 0 102 365 102 25
Binary 11000 10010 1010111 1001000 1001111 0 1000010 11110101 1000010 10101

Color Harmonies of #181257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181257

Black with #181257

Text Example


Text Example

White with #181257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181257; }

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

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

background-color css

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

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

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

border-color css

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

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

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