#241299

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

Shades of Ultramarine #241299

Tints of Ultramarine #241299

Color information

#241299 (or 0x241299) is unknown color: approx Ultramarine. HEX triplet: 24, 12 and 99. RGB value is (36,18,153). Sum of RGB (Red+Green+Blue) = 36+18+153=207 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.39% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 153 (60.16% from 255 or 73.91% from 207); Max value from RGB is 153 - color contains mainly: blue. Hex color #241299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241299 is #DBED66. Grayscale: #262626. Windows color (decimal): -14413159 or 10031652. OLE color: 10031652.

HSL color Cylindrical-coordinate representation of color #241299: hue angle of 248º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #241299 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3618153-
CMYK0.760.8800.4
HSL248º78.95%33.53%-
HSV(B)248º88.24%60%-
XYZ6.693.1130.38-
YUV38.77192.46126.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.39%
GREEN value IS 18 (7.42% from 255) = 8.70%
BLUE value IS 153 (60.16% from 255) = 73.91%
R=17.39%
G=8.70%
B=73.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal36181530.760.8800.424878.9533.53
Hex2412994C58028f84f22
Octal442223111413005037011742
Binary1001001001010011001100110010110000101000111110001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241299; }

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

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

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

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

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

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

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

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