#180483

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

Shades of Ultramarine #180483

Tints of Ultramarine #180483

Color information

#180483 (or 0x180483) is unknown color: approx Ultramarine. HEX triplet: 18, 04 and 83. RGB value is (24,4,131). Sum of RGB (Red+Green+Blue) = 24+4+131=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 131 (51.56% from 255 or 82.39% from 159); Max value from RGB is 131 - color contains mainly: blue. Hex color #180483 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180483 is #E7FB7C. Grayscale: #171717. Windows color (decimal): -15203197 or 8586264. OLE color: 8586264.

HSL color Cylindrical-coordinate representation of color #180483: hue angle of 249.45º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #180483 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB244131-
CMYK0.820.9700.49
HSL249.45º94.07%26.47%-
HSV(B)249.45º96.95%51.37%-
XYZ4.521.9221.61-
YUV24.46188.13127.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.09%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 131 (51.56% from 255) = 82.39%
R=15.09%
G=2.52%
B=82.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2441310.820.9700.49249.4594.0726.47
Hex184835261031f95e1a
Octal30420312214106137113632
Binary110001001000001110100101100001011000111111001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180483; }

 p { color: rgb(24,4,131); }

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

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

 a { background-color: rgb(24,4,131); }

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

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

 span { border-color: rgb(24,4,131); }

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