#24058A

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

Shades of Ultramarine #24058A

Tints of Ultramarine #24058A

Color information

#24058A (or 0x24058A) is unknown color: approx Ultramarine. HEX triplet: 24, 05 and 8A. RGB value is (36,5,138). Sum of RGB (Red+Green+Blue) = 36+5+138=179 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.11% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 138 (54.30% from 255 or 77.09% from 179); Max value from RGB is 138 - color contains mainly: blue. Hex color #24058A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24058A is #DBFA75. Grayscale: #1C1C1C. Windows color (decimal): -14416502 or 9045284. OLE color: 9045284.

HSL color Cylindrical-coordinate representation of color #24058A: hue angle of 253.98º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #24058A is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB365138-
CMYK0.740.9600.46
HSL253.98º93.01%28.04%-
HSV(B)253.98º96.38%54.12%-
XYZ5.372.3224.21-
YUV29.43189.27132.69-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.11%
GREEN value IS 5 (2.34% from 255) = 2.79%
BLUE value IS 138 (54.30% from 255) = 77.09%
R=20.11%
G=2.79%
B=77.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3651380.740.9600.46253.9893.0128.04
Hex2458A4A6002Efe5d1c
Octal44521211214005637613534
Binary1001001011000101010010101100000010111011111110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24058A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24058A; }

 p { color: rgb(36,5,138); }

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

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

 a { background-color: rgb(36,5,138); }

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

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

 span { border-color: rgb(36,5,138); }

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