#241197

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

Shades of Ultramarine #241197

Tints of Ultramarine #241197

Color information

#241197 (or 0x241197) is unknown color: approx Ultramarine. HEX triplet: 24, 11 and 97. RGB value is (36,17,151). Sum of RGB (Red+Green+Blue) = 36+17+151=204 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.65% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 151 (59.38% from 255 or 74.02% from 204); Max value from RGB is 151 - color contains mainly: blue. Hex color #241197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241197 is #DBEE68. Grayscale: #252525. Windows color (decimal): -14413417 or 9900324. OLE color: 9900324.

HSL color Cylindrical-coordinate representation of color #241197: hue angle of 248.51º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #241197 is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3617151-
CMYK0.760.8900.41
HSL248.51º79.76%32.94%-
HSV(B)248.51º88.74%59.22%-
XYZ6.513.0129.52-
YUV37.96191.79126.6-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.65%
GREEN value IS 17 (7.03% from 255) = 8.33%
BLUE value IS 151 (59.38% from 255) = 74.02%
R=17.65%
G=8.33%
B=74.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal36171510.760.8900.41248.5179.7632.94
Hex2411974C59029f95021
Octal442122711413105137112041
Binary1001001000110010111100110010110010101001111110011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241197; }

 p { color: rgb(36,17,151); }

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

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

 a { background-color: rgb(36,17,151); }

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

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

 span { border-color: rgb(36,17,151); }

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