#24138E

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

Shades of Ultramarine #24138E

Tints of Ultramarine #24138E

Color information

#24138E (or 0x24138E) is unknown color: approx Ultramarine. HEX triplet: 24, 13 and 8E. RGB value is (36,19,142). Sum of RGB (Red+Green+Blue) = 36+19+142=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 142 (55.86% from 255 or 72.08% from 197); Max value from RGB is 142 - color contains mainly: blue. Hex color #24138E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24138E is #DBEC71. Grayscale: #252525. Windows color (decimal): -14412914 or 9311012. OLE color: 9311012.

HSL color Cylindrical-coordinate representation of color #24138E: hue angle of 248.29º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #24138E is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3619142-
CMYK0.750.8700.44
HSL248.29º76.4%31.57%-
HSV(B)248.29º86.62%55.69%-
XYZ5.842.7925.82-
YUV38.1186.63126.5-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.27%
GREEN value IS 19 (7.81% from 255) = 9.64%
BLUE value IS 142 (55.86% from 255) = 72.08%
R=18.27%
G=9.64%
B=72.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36191420.750.8700.44248.2976.431.57
Hex24138E4B5702Cf84c20
Octal442321611312705437011440
Binary1001001001110001110100101110101110101100111110001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24138E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24138E; }

 p { color: rgb(36,19,142); }

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

<style>
 a { background-color: #24138E; }

 a { background-color: rgb(36,19,142); }

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

<style>
 span { border-color: #24138E; }

 span { border-color: rgb(36,19,142); }

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