#241AAD

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

Shades of Ultramarine #241AAD

Tints of Ultramarine #241AAD

Color information

#241AAD (or 0x241AAD) is unknown color: approx Ultramarine. HEX triplet: 24, 1A and AD. RGB value is (36,26,173). Sum of RGB (Red+Green+Blue) = 36+26+173=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 173 (67.97% from 255 or 73.62% from 235); Max value from RGB is 173 - color contains mainly: blue. Hex color #241AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241AAD is #DBE552. Grayscale: #2D2D2D. Windows color (decimal): -14411091 or 11344420. OLE color: 11344420.

HSL color Cylindrical-coordinate representation of color #241AAD: hue angle of 244.08º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #241AAD is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3626173-
CMYK0.790.8500.32
HSL244.08º73.87%39.02%-
HSV(B)244.08º84.97%67.84%-
XYZ8.644.1339.88-
YUV45.75199.81121.05-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.32%
GREEN value IS 26 (10.55% from 255) = 11.06%
BLUE value IS 173 (67.97% from 255) = 73.62%
R=15.32%
G=11.06%
B=73.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal36261730.790.8500.32244.0873.8739.02
Hex241AAD4F55020f44a27
Octal443225511712504036411247
Binary1001001101010101101100111110101010100000111101001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,26,173); }

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

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

 a { background-color: rgb(36,26,173); }

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

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

 span { border-color: rgb(36,26,173); }

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