#24158C

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

Shades of Ultramarine #24158C

Tints of Ultramarine #24158C

Color information

#24158C (or 0x24158C) is unknown color: approx Ultramarine. HEX triplet: 24, 15 and 8C. RGB value is (36,21,140). Sum of RGB (Red+Green+Blue) = 36+21+140=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 140 (55.08% from 255 or 71.07% from 197); Max value from RGB is 140 - color contains mainly: blue. Hex color #24158C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24158C is #DBEA73. Grayscale: #262626. Windows color (decimal): -14412404 or 9180452. OLE color: 9180452.

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

Color convert

RGB3621140-
CMYK0.740.8500.45
HSL247.56º73.91%31.57%-
HSV(B)247.56º85%54.9%-
XYZ5.732.825.05-
YUV39.05184.97125.82-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.27%
GREEN value IS 21 (8.59% from 255) = 10.66%
BLUE value IS 140 (55.08% from 255) = 71.07%
R=18.27%
G=10.66%
B=71.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36211400.740.8500.45247.5673.9131.57
Hex24158C4A5502Df84a20
Octal442521411212505537011240
Binary1001001010110001100100101010101010101101111110001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24158C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24158C; }

 p { color: rgb(36,21,140); }

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

<style>
 a { background-color: #24158C; }

 a { background-color: rgb(36,21,140); }

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

<style>
 span { border-color: #24158C; }

 span { border-color: rgb(36,21,140); }

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