#240CA5

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

Shades of Ultramarine #240CA5

Tints of Ultramarine #240CA5

Color information

#240CA5 (or 0x240CA5) is unknown color: approx Ultramarine. HEX triplet: 24, 0C and A5. RGB value is (36,12,165). Sum of RGB (Red+Green+Blue) = 36+12+165=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 165 (64.84% from 255 or 77.46% from 213); Max value from RGB is 165 - color contains mainly: blue. Hex color #240CA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240CA5 is #DBF35A. Grayscale: #242424. Windows color (decimal): -14414683 or 10816548. OLE color: 10816548.

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

Color convert

RGB3612165-
CMYK0.780.9300.35
HSL249.41º86.44%34.71%-
HSV(B)249.41º92.73%64.71%-
XYZ7.653.3535.84-
YUV36.62200.45127.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.90%
GREEN value IS 12 (5.08% from 255) = 5.63%
BLUE value IS 165 (64.84% from 255) = 77.46%
R=16.90%
G=5.63%
B=77.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal36121650.780.9300.35249.4186.4434.71
Hex24CA54E5D023f95623
Octal441424511613504337112643
Binary100100110010100101100111010111010100011111110011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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