#180984

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

Shades of Ultramarine #180984

Tints of Ultramarine #180984

Color information

#180984 (or 0x180984) is unknown color: approx Ultramarine. HEX triplet: 18, 09 and 84. RGB value is (24,9,132). Sum of RGB (Red+Green+Blue) = 24+9+132=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 132 (51.95% from 255 or 80% from 165); Max value from RGB is 132 - color contains mainly: blue. Hex color #180984 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180984 is #E7F67B. Grayscale: #1B1B1B. Windows color (decimal): -15201916 or 8653080. OLE color: 8653080.

HSL color Cylindrical-coordinate representation of color #180984: hue angle of 247.32º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #180984 is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB249132-
CMYK0.820.9300.48
HSL247.32º87.23%27.65%-
HSV(B)247.32º93.18%51.76%-
XYZ4.642.0621.98-
YUV27.51186.97125.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.55%
GREEN value IS 9 (3.91% from 255) = 5.45%
BLUE value IS 132 (51.95% from 255) = 80%
R=14.55%
G=5.45%
B=80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2491320.820.9300.48247.3287.2327.65
Hex18984525D030f7571c
Octal301120412213506036712734
Binary1100010011000010010100101011101011000011110111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180984; }

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

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

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

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

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

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

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

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