#181293

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

Shades of Ultramarine #181293

Tints of Ultramarine #181293

Color information

#181293 (or 0x181293) is unknown color: approx Ultramarine. HEX triplet: 18, 12 and 93. RGB value is (24,18,147). Sum of RGB (Red+Green+Blue) = 24+18+147=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 147 (57.81% from 255 or 77.78% from 189); Max value from RGB is 147 - color contains mainly: blue. Hex color #181293 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181293 is #E7ED6C. Grayscale: #212121. Windows color (decimal): -15199597 or 9638424. OLE color: 9638424.

HSL color Cylindrical-coordinate representation of color #181293: hue angle of 242.79º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #181293 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2418147-
CMYK0.840.8800.42
HSL242.79º78.18%32.35%-
HSV(B)242.79º87.76%57.65%-
XYZ5.862.7327.82-
YUV34.5191.49120.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.70%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 147 (57.81% from 255) = 77.78%
R=12.70%
G=9.52%
B=77.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24181470.840.8800.42242.7978.1832.35
Hex181293545802Af34e20
Octal302222312413005236311640
Binary110001001010010011101010010110000101010111100111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181293; }

 p { color: rgb(24,18,147); }

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

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

 a { background-color: rgb(24,18,147); }

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

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

 span { border-color: rgb(24,18,147); }

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