#241F93

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

Shades of Ultramarine #241F93

Tints of Ultramarine #241F93

Color information

#241F93 (or 0x241F93) is unknown color: approx Ultramarine. HEX triplet: 24, 1F and 93. RGB value is (36,31,147). Sum of RGB (Red+Green+Blue) = 36+31+147=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 147 (57.81% from 255 or 68.69% from 214); Max value from RGB is 147 - color contains mainly: blue. Hex color #241F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241F93 is #DBE06C. Grayscale: #2D2D2D. Windows color (decimal): -14409837 or 9641764. OLE color: 9641764.

HSL color Cylindrical-coordinate representation of color #241F93: hue angle of 242.59º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #241F93 is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3631147-
CMYK0.760.7900.42
HSL242.59º65.17%34.9%-
HSV(B)242.59º78.91%57.65%-
XYZ6.483.4627.93-
YUV45.72185.16121.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.82%
GREEN value IS 31 (12.5% from 255) = 14.49%
BLUE value IS 147 (57.81% from 255) = 68.69%
R=16.82%
G=14.49%
B=68.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36311470.760.7900.42242.5965.1734.9
Hex241F934C4F02Af34123
Octal443722311411705236310143
Binary1001001111110010011100110010011110101010111100111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241F93; }

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

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

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

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

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

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

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

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