#24008F

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

Shades of Ultramarine #24008F

Tints of Ultramarine #24008F

Color information

#24008F (or 0x24008F) is unknown color: approx Ultramarine. HEX triplet: 24, 00 and 8F. RGB value is (36,0,143). Sum of RGB (Red+Green+Blue) = 36+0+143=179 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.11% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 143 (56.25% from 255 or 79.89% from 179); Max value from RGB is 143 - color contains mainly: blue. Hex color #24008F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24008F is #DBFF70. Grayscale: #1A1A1A. Windows color (decimal): -14417777 or 9371684. OLE color: 9371684.

HSL color Cylindrical-coordinate representation of color #24008F: hue angle of 255.1º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24008F is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB360143-
CMYK0.75100.44
HSL255.1º100%28.04%-
HSV(B)255.1º100%56.08%-
XYZ5.692.3626.14-
YUV27.07193.43134.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 143 (56.25% from 255) = 79.89%
R=20.11%
G=0%
B=79.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3601430.75100.44255.110028.04
Hex2408F4B6402Cff641c
Octal44021711314405437714434
Binary10010001000111110010111100100010110011111111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24008F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,0,143); }

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

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

 a { background-color: rgb(36,0,143); }

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

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

 span { border-color: rgb(36,0,143); }

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