#240CA1

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

Shades of Ultramarine #240CA1

Tints of Ultramarine #240CA1

Color information

#240CA1 (or 0x240CA1) is unknown color: approx Ultramarine. HEX triplet: 24, 0C and A1. RGB value is (36,12,161). Sum of RGB (Red+Green+Blue) = 36+12+161=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 161 (63.28% from 255 or 77.03% from 209); Max value from RGB is 161 - color contains mainly: blue. Hex color #240CA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240CA1 is #DBF35E. Grayscale: #232323. Windows color (decimal): -14414687 or 10554404. OLE color: 10554404.

HSL color Cylindrical-coordinate representation of color #240CA1: hue angle of 249.66º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240CA1 is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3612161-
CMYK0.780.9300.37
HSL249.66º86.13%33.92%-
HSV(B)249.66º92.55%63.14%-
XYZ7.293.2133.95-
YUV36.16198.45127.88-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.22%
GREEN value IS 12 (5.08% from 255) = 5.74%
BLUE value IS 161 (63.28% from 255) = 77.03%
R=17.22%
G=5.74%
B=77.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal36121610.780.9300.37249.6686.1333.92
Hex24CA14E5D025fa5622
Octal441424111613504537212642
Binary100100110010100001100111010111010100101111110101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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