#180655

Color #180655 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #180655

Tints of Paua #180655

Color information

#180655 (or 0x180655) is unknown color: approx Paua. HEX triplet: 18, 06 and 55. RGB value is (24,6,85). Sum of RGB (Red+Green+Blue) = 24+6+85=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 85 (33.59% from 255 or 73.91% from 115); Max value from RGB is 85 - color contains mainly: blue. Hex color #180655 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180655 is #E7F9AA. Grayscale: #141414. Windows color (decimal): -15202731 or 5572120. OLE color: 5572120.

HSL color Cylindrical-coordinate representation of color #180655: hue angle of 253.67º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #180655 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB24685-
CMYK0.720.9300.67
HSL253.67º86.81%17.84%-
HSV(B)253.67º92.94%33.33%-
XYZ2.080.988.67-
YUV20.39164.46130.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.87%
GREEN value IS 6 (2.73% from 255) = 5.22%
BLUE value IS 85 (33.59% from 255) = 73.91%
R=20.87%
G=5.22%
B=73.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal246850.720.9300.67253.6786.8117.84
Hex18655485D043fe5712
Octal306125110135010337612722
Binary110001101010101100100010111010100001111111110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180655; }

 p { color: rgb(24,6,85); }

 H1.HeaderClassName
 {
   color: #180655;
 }
 .AnyTagClassName
 {
   color: #180655;
 }
</style>
background-color css

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

 a { background-color: rgb(24,6,85); }

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

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

 span { border-color: rgb(24,6,85); }

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