#241293

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

Shades of Ultramarine #241293

Tints of Ultramarine #241293

Color information

#241293 (or 0x241293) is unknown color: approx Ultramarine. HEX triplet: 24, 12 and 93. RGB value is (36,18,147). Sum of RGB (Red+Green+Blue) = 36+18+147=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 147 (57.81% from 255 or 73.13% from 201); Max value from RGB is 147 - color contains mainly: blue. Hex color #241293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241293 is #DBED6C. Grayscale: #252525. Windows color (decimal): -14413165 or 9638436. OLE color: 9638436.

HSL color Cylindrical-coordinate representation of color #241293: hue angle of 248.37º 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 #241293 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3618147-
CMYK0.760.8800.42
HSL248.37º78.18%32.35%-
HSV(B)248.37º87.76%57.65%-
XYZ6.212.9127.84-
YUV38.09189.46126.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.91%
GREEN value IS 18 (7.42% from 255) = 8.96%
BLUE value IS 147 (57.81% from 255) = 73.13%
R=17.91%
G=8.96%
B=73.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36181470.760.8800.42248.3778.1832.35
Hex2412934C5802Af84e20
Octal442222311413005237011640
Binary1001001001010010011100110010110000101010111110001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241293; }

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

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

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

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

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

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

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

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