#24129F

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

Shades of Ultramarine #24129F

Tints of Ultramarine #24129F

Color information

#24129F (or 0x24129F) is unknown color: approx Ultramarine. HEX triplet: 24, 12 and 9F. RGB value is (36,18,159). Sum of RGB (Red+Green+Blue) = 36+18+159=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 159 (62.5% from 255 or 74.65% from 213); Max value from RGB is 159 - color contains mainly: blue. Hex color #24129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24129F is #DBED60. Grayscale: #262626. Windows color (decimal): -14413153 or 10424868. OLE color: 10424868.

HSL color Cylindrical-coordinate representation of color #24129F: hue angle of 247.66º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #24129F is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3618159-
CMYK0.770.8900.38
HSL247.66º79.66%34.71%-
HSV(B)247.66º88.68%62.35%-
XYZ7.23.3133.06-
YUV39.46195.46125.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.90%
GREEN value IS 18 (7.42% from 255) = 8.45%
BLUE value IS 159 (62.5% from 255) = 74.65%
R=16.90%
G=8.45%
B=74.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal36181590.770.8900.38247.6679.6634.71
Hex24129F4D59026f85023
Octal442223711513104637012043
Binary1001001001010011111100110110110010100110111110001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24129F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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