#240B9C

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

Shades of Ultramarine #240B9C

Tints of Ultramarine #240B9C

Color information

#240B9C (or 0x240B9C) is unknown color: approx Ultramarine. HEX triplet: 24, 0B and 9C. RGB value is (36,11,156). Sum of RGB (Red+Green+Blue) = 36+11+156=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #240B9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240B9C is #DBF463. Grayscale: #222222. Windows color (decimal): -14414948 or 10226468. OLE color: 10226468.

HSL color Cylindrical-coordinate representation of color #240B9C: hue angle of 250.34º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240B9C is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3611156-
CMYK0.770.9300.39
HSL250.34º86.83%32.75%-
HSV(B)250.34º92.95%61.18%-
XYZ6.853.0131.67-
YUV35196.28128.71-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.73%
GREEN value IS 11 (4.69% from 255) = 5.42%
BLUE value IS 156 (61.33% from 255) = 76.85%
R=17.73%
G=5.42%
B=76.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal36111560.770.9300.39250.3486.8332.75
Hex24B9C4D5D027fa5721
Octal441323411513504737212741
Binary100100101110011100100110110111010100111111110101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,11,156); }

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

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

 a { background-color: rgb(36,11,156); }

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

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

 span { border-color: rgb(36,11,156); }

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