#240F9F

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

Shades of Ultramarine #240F9F

Tints of Ultramarine #240F9F

Color information

#240F9F (or 0x240F9F) is unknown color: approx Ultramarine. HEX triplet: 24, 0F and 9F. RGB value is (36,15,159). Sum of RGB (Red+Green+Blue) = 36+15+159=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 159 (62.5% from 255 or 75.71% from 210); Max value from RGB is 159 - color contains mainly: blue. Hex color #240F9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240F9F is #DBF060. Grayscale: #252525. Windows color (decimal): -14413921 or 10424100. OLE color: 10424100.

HSL color Cylindrical-coordinate representation of color #240F9F: hue angle of 248.75º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #240F9F is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3615159-
CMYK0.770.9100.38
HSL248.75º82.76%34.12%-
HSV(B)248.75º90.57%62.35%-
XYZ7.163.2233.05-
YUV37.7196.46126.79-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.14%
GREEN value IS 15 (6.25% from 255) = 7.14%
BLUE value IS 159 (62.5% from 255) = 75.71%
R=17.14%
G=7.14%
B=75.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal36151590.770.9100.38248.7582.7634.12
Hex24F9F4D5B026f95322
Octal441723711513304637112342
Binary100100111110011111100110110110110100110111110011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,15,159); }

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

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

 a { background-color: rgb(36,15,159); }

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

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

 span { border-color: rgb(36,15,159); }

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