#240DB0

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

Shades of Ultramarine #240DB0

Tints of Ultramarine #240DB0

Color information

#240DB0 (or 0x240DB0) is unknown color: approx Ultramarine. HEX triplet: 24, 0D and B0. RGB value is (36,13,176). Sum of RGB (Red+Green+Blue) = 36+13+176=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 176 (69.14% from 255 or 78.22% from 225); Max value from RGB is 176 - color contains mainly: blue. Hex color #240DB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240DB0 is #DBF24F. Grayscale: #252525. Windows color (decimal): -14414416 or 11537700. OLE color: 11537700.

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

Color convert

RGB3613176-
CMYK0.800.9300.31
HSL248.47º86.24%37.06%-
HSV(B)248.47º92.61%69.02%-
XYZ8.713.841.35-
YUV38.46205.62126.25-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16%
GREEN value IS 13 (5.47% from 255) = 5.78%
BLUE value IS 176 (69.14% from 255) = 78.22%
R=16%
G=5.78%
B=78.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal36131760.800.9300.31248.4786.2437.06
Hex24DB0505D01Ff85625
Octal441526012013503737012645
Binary10010011011011000010100001011101011111111110001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,13,176); }

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

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

 a { background-color: rgb(36,13,176); }

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

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

 span { border-color: rgb(36,13,176); }

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