#240A98

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

Shades of Ultramarine #240A98

Tints of Ultramarine #240A98

Color information

#240A98 (or 0x240A98) is unknown color: approx Ultramarine. HEX triplet: 24, 0A and 98. RGB value is (36,10,152). Sum of RGB (Red+Green+Blue) = 36+10+152=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 152 (59.77% from 255 or 76.77% from 198); Max value from RGB is 152 - color contains mainly: blue. Hex color #240A98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240A98 is #DBF567. Grayscale: #212121. Windows color (decimal): -14415208 or 9964068. OLE color: 9964068.

HSL color Cylindrical-coordinate representation of color #240A98: hue angle of 250.99º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240A98 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3610152-
CMYK0.760.9300.40
HSL250.99º87.65%31.76%-
HSV(B)250.99º93.42%59.61%-
XYZ6.52.8629.91-
YUV33.96194.61129.45-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.18%
GREEN value IS 10 (4.30% from 255) = 5.05%
BLUE value IS 152 (59.77% from 255) = 76.77%
R=18.18%
G=5.05%
B=76.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal36101520.760.9300.40250.9987.6531.76
Hex24A984C5D028fb5820
Octal441223011413505037313040
Binary100100101010011000100110010111010101000111110111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240A98; }

 p { color: rgb(36,10,152); }

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

<style>
 a { background-color: #240A98; }

 a { background-color: rgb(36,10,152); }

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

<style>
 span { border-color: #240A98; }

 span { border-color: rgb(36,10,152); }

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