#241F95

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

Shades of Ultramarine #241F95

Tints of Ultramarine #241F95

Color information

#241F95 (or 0x241F95) is unknown color: approx Ultramarine. HEX triplet: 24, 1F and 95. RGB value is (36,31,149). Sum of RGB (Red+Green+Blue) = 36+31+149=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 149 (58.59% from 255 or 68.98% from 216); Max value from RGB is 149 - color contains mainly: blue. Hex color #241F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241F95 is #DBE06A. Grayscale: #2D2D2D. Windows color (decimal): -14409835 or 9772836. OLE color: 9772836.

HSL color Cylindrical-coordinate representation of color #241F95: hue angle of 242.54º degrees, saturation: 0.66, 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 #241F95 is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3631149-
CMYK0.760.7900.42
HSL242.54º65.56%35.29%-
HSV(B)242.54º79.19%58.43%-
XYZ6.643.5228.76-
YUV45.95186.16120.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.67%
GREEN value IS 31 (12.5% from 255) = 14.35%
BLUE value IS 149 (58.59% from 255) = 68.98%
R=16.67%
G=14.35%
B=68.98%

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
Decimal36311490.760.7900.42242.5465.5635.29
Hex241F954C4F02Af34223
Octal443722511411705236310243
Binary1001001111110010101100110010011110101010111100111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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