#180954

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

Shades of Paua #180954

Tints of Paua #180954

Color information

#180954 (or 0x180954) is unknown color: approx Paua. HEX triplet: 18, 09 and 54. RGB value is (24,9,84). Sum of RGB (Red+Green+Blue) = 24+9+84=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 84 (33.20% from 255 or 71.79% from 117); Max value from RGB is 84 - color contains mainly: blue. Hex color #180954 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180954 is #E7F6AB. Grayscale: #151515. Windows color (decimal): -15201964 or 5507352. OLE color: 5507352.

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

Color convert

RGB24984-
CMYK0.710.8900.67
HSL252º80.65%18.24%-
HSV(B)252º89.29%32.94%-
XYZ2.071.038.48-
YUV22.04162.97129.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.51%
GREEN value IS 9 (3.91% from 255) = 7.69%
BLUE value IS 84 (33.20% from 255) = 71.79%
R=20.51%
G=7.69%
B=71.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal249840.710.8900.6725280.6518.24
Hex189544759043fc5112
Octal3011124107131010337412122
Binary1100010011010100100011110110010100001111111100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180954; }

 p { color: rgb(24,9,84); }

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

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

 a { background-color: rgb(24,9,84); }

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

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

 span { border-color: rgb(24,9,84); }

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