#24009A

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

Shades of Ultramarine #24009A

Tints of Ultramarine #24009A

Color information

#24009A (or 0x24009A) is unknown color: approx Ultramarine. HEX triplet: 24, 00 and 9A. RGB value is (36,0,154). Sum of RGB (Red+Green+Blue) = 36+0+154=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 154 (60.55% from 255 or 81.05% from 190); Max value from RGB is 154 - color contains mainly: blue. Hex color #24009A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24009A is #DBFF65. Grayscale: #1B1B1B. Windows color (decimal): -14417766 or 10092580. OLE color: 10092580.

HSL color Cylindrical-coordinate representation of color #24009A: hue angle of 254.03º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24009A is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB360154-
CMYK0.77100.40
HSL254.03º100%30.2%-
HSV(B)254.03º100%60.39%-
XYZ6.562.7130.75-
YUV28.32198.93133.48-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 154 (60.55% from 255) = 81.05%
R=18.95%
G=0%
B=81.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3601540.77100.40254.0310030.2
Hex2409A4D64028fe641e
Octal44023211514405037614436
Binary10010001001101010011011100100010100011111110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24009A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24009A; }

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

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

<style>
 a { background-color: #24009A; }

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

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

<style>
 span { border-color: #24009A; }

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

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