#24148d

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

Shades of Ultramarine #24148D

Tints of Ultramarine #24148D

Color information

#24148D (or 0x24148D) is unknown color: approx Ultramarine. HEX triplet: 24, 14 and 8D. RGB value is (36,20,141). Sum of RGB (Red+Green+Blue) = 36+20+141=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 141 (55.47% from 255 or 71.57% from 197); Max value from RGB is 141 - color contains mainly: blue. Hex color #24148D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24148D is #DBEB72. Grayscale: #262626. Windows color (decimal): -14412659 or 9245732. OLE color: 9245732.

HSL color Cylindrical-coordinate representation of color #24148D: hue angle of 247.93º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24148D is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3620141-
CMYK0.740.8600.45
HSL247.93º75.16%31.57%-
HSV(B)247.93º85.82%55.29%-
XYZ5.792.825.43-
YUV38.58185.8126.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.27%
GREEN value IS 20 (8.20% from 255) = 10.15%
BLUE value IS 141 (55.47% from 255) = 71.57%
R=18.27%
G=10.15%
B=71.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36201410.740.8600.45247.9375.1631.57
Hex24148D4A5602Df84b20
Octal442421511212605537011340
Binary1001001010010001101100101010101100101101111110001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24148d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24148d; }

 p { color: rgb(36,20,141); }

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

<style>
 a { background-color: #24148d; }

 a { background-color: rgb(36,20,141); }

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

<style>
 span { border-color: #24148d; }

 span { border-color: rgb(36,20,141); }

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