Html Css Color HEX #240E9E Ultramarine

📋 copy color: '#240E9E'

red 36 ◦ green 14 ◦ blue 158

#240E9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #240E9E

Tints of Ultramarine #240E9E

RGB

 RED value IS 36 (14.45% from 255) = 17.31%

 GREEN value IS 14 (5.86% from 255) = 6.73%

 BLUE value IS 158 (62.11% from 255) = 75.96%

R = 17.31%
G = 6.73%
B = 75.96%

CMYK

 C value IS 0.77

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#240E9E (or 0x240E9E) is known color: Ultramarine. HEX triplet: 24, 0E and 9E. RGB value is (36,14,158). Sum of RGB (Red+Green+Blue) = 36+14+158=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 158 (62.11% from 255 or 75.96% from 208); Max value from RGB is 158 - color contains mainly: blue. Hex color #240E9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240E9E is #DBF161. Grayscale: #242424. Windows color (decimal): -14414178 or 10358308. OLE color: 10358308.

HSL color Cylindrical-coordinate representation of color #240E9E: hue angle of 249.17º degrees, saturation: 0.84, 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 #240E9E is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 14 158 -
CMYK 0.77 0.91 0 0.38
HSL 249.17º 0.84% 0.34% -
HSV(B) 249.17º 0.91% 0.62% -
XYZ 7.06 3.16 32.59 -
YUV 36.99 196.29 127.29 -
System Red Green Blue C M Y K H S L
Decimal 36 14 158 0.77 0.91 0 0.38 249.17 0.84 0.34
Hex 24 E 9E 4D 5B 0 26 F9 54 22
Octal 44 16 236 115 133 0 46 371 124 42
Binary 100100 1110 10011110 1001101 1011011 0 100110 11111001 1010100 100010

Color Harmonies of #240E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240E9E

Black with #240E9E

Text Example


Text Example

White with #240E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,14,158); }

 H1.HeaderClassName
 {
   color: #240E9E;
 }
 .AnyTagClassName
 {
   color: #240E9E;
 }
</style>

background-color css

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

 a { background-color: rgb(36,14,158); }

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

border-color css

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

 span { border-color: rgb(36,14,158); }

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