#241B95

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

Shades of Ultramarine #241B95

Tints of Ultramarine #241B95

Color information

#241B95 (or 0x241B95) is unknown color: approx Ultramarine. HEX triplet: 24, 1B and 95. RGB value is (36,27,149). Sum of RGB (Red+Green+Blue) = 36+27+149=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 27 (10.94% from 255 or 12.74% from 212); Blue value is 149 (58.59% from 255 or 70.28% from 212); Max value from RGB is 149 - color contains mainly: blue. Hex color #241B95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241B95 is #DBE46A. Grayscale: #2B2B2B. Windows color (decimal): -14410859 or 9771812. OLE color: 9771812.

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

Color convert

RGB3627149-
CMYK0.760.8200.42
HSL244.43º69.32%34.51%-
HSV(B)244.43º81.88%58.43%-
XYZ6.543.3328.73-
YUV43.6187.48122.58-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.98%
GREEN value IS 27 (10.94% from 255) = 12.74%
BLUE value IS 149 (58.59% from 255) = 70.28%
R=16.98%
G=12.74%
B=70.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36271490.760.8200.42244.4369.3234.51
Hex241B954C5202Af44523
Octal443322511412205236410543
Binary1001001101110010101100110010100100101010111101001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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