#24129B

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

Shades of Ultramarine #24129B

Tints of Ultramarine #24129B

Color information

#24129B (or 0x24129B) is unknown color: approx Ultramarine. HEX triplet: 24, 12 and 9B. RGB value is (36,18,155). Sum of RGB (Red+Green+Blue) = 36+18+155=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 155 (60.94% from 255 or 74.16% from 209); Max value from RGB is 155 - color contains mainly: blue. Hex color #24129B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24129B is #DBED64. Grayscale: #262626. Windows color (decimal): -14413157 or 10162724. OLE color: 10162724.

HSL color Cylindrical-coordinate representation of color #24129B: hue angle of 247.88º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #24129B is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3618155-
CMYK0.770.8800.39
HSL247.88º79.19%33.92%-
HSV(B)247.88º88.39%60.78%-
XYZ6.863.1731.26-
YUV39193.46125.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.22%
GREEN value IS 18 (7.42% from 255) = 8.61%
BLUE value IS 155 (60.94% from 255) = 74.16%
R=17.22%
G=8.61%
B=74.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal36181550.770.8800.39247.8879.1933.92
Hex24129B4D58027f84f22
Octal442223311513004737011742
Binary1001001001010011011100110110110000100111111110001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24129B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24129B; }

 p { color: rgb(36,18,155); }

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

<style>
 a { background-color: #24129B; }

 a { background-color: rgb(36,18,155); }

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

<style>
 span { border-color: #24129B; }

 span { border-color: rgb(36,18,155); }

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