#180653

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

Shades of Paua #180653

Tints of Paua #180653

Color information

#180653 (or 0x180653) is unknown color: approx Paua. HEX triplet: 18, 06 and 53. RGB value is (24,6,83). Sum of RGB (Red+Green+Blue) = 24+6+83=113 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.24% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 83 (32.81% from 255 or 73.45% from 113); Max value from RGB is 83 - color contains mainly: blue. Hex color #180653 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180653 is #E7F9AC. Grayscale: #131313. Windows color (decimal): -15202733 or 5441048. OLE color: 5441048.

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

Color convert

RGB24683-
CMYK0.710.9300.67
HSL254.03º86.52%17.45%-
HSV(B)254.03º92.77%32.55%-
XYZ20.958.26-
YUV20.16163.46130.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.24%
GREEN value IS 6 (2.73% from 255) = 5.31%
BLUE value IS 83 (32.81% from 255) = 73.45%
R=21.24%
G=5.31%
B=73.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal246830.710.9300.67254.0386.5217.45
Hex18653475D043fe5711
Octal306123107135010337612721
Binary110001101010011100011110111010100001111111110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180653; }

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

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

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

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

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

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

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

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