#240C9D

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

Shades of Ultramarine #240C9D

Tints of Ultramarine #240C9D

Color information

#240C9D (or 0x240C9D) is unknown color: approx Ultramarine. HEX triplet: 24, 0C and 9D. RGB value is (36,12,157). Sum of RGB (Red+Green+Blue) = 36+12+157=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 157 (61.72% from 255 or 76.59% from 205); Max value from RGB is 157 - color contains mainly: blue. Hex color #240C9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240C9D is #DBF362. Grayscale: #232323. Windows color (decimal): -14414691 or 10292260. OLE color: 10292260.

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

Color convert

RGB3612157-
CMYK0.770.9200.38
HSL249.93º85.8%33.14%-
HSV(B)249.93º92.36%61.57%-
XYZ6.943.0732.13-
YUV35.71196.45128.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.56%
GREEN value IS 12 (5.08% from 255) = 5.85%
BLUE value IS 157 (61.72% from 255) = 76.59%
R=17.56%
G=5.85%
B=76.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal36121570.770.9200.38249.9385.833.14
Hex24C9D4D5C026fa5621
Octal441423511513404637212641
Binary100100110010011101100110110111000100110111110101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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