#240C97

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

Shades of Ultramarine #240C97

Tints of Ultramarine #240C97

Color information

#240C97 (or 0x240C97) is unknown color: approx Ultramarine. HEX triplet: 24, 0C and 97. RGB value is (36,12,151). Sum of RGB (Red+Green+Blue) = 36+12+151=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 151 (59.38% from 255 or 75.88% from 199); Max value from RGB is 151 - color contains mainly: blue. Hex color #240C97 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240C97 is #DBF368. Grayscale: #222222. Windows color (decimal): -14414697 or 9899044. OLE color: 9899044.

HSL color Cylindrical-coordinate representation of color #240C97: hue angle of 250.36º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240C97 is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3612151-
CMYK0.760.9200.41
HSL250.36º85.28%31.96%-
HSV(B)250.36º92.05%59.22%-
XYZ6.442.8729.49-
YUV35.02193.45128.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.09%
GREEN value IS 12 (5.08% from 255) = 6.03%
BLUE value IS 151 (59.38% from 255) = 75.88%
R=18.09%
G=6.03%
B=75.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal36121510.760.9200.41250.3685.2831.96
Hex24C974C5C029fa5520
Octal441422711413405137212540
Binary100100110010010111100110010111000101001111110101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,12,151); }

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

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

 a { background-color: rgb(36,12,151); }

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

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

 span { border-color: rgb(36,12,151); }

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