Html Css Color HEX #240E8E Ultramarine

📋 copy color: '#240E8E'

red 36 ◦ green 14 ◦ blue 142

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

Shades of Ultramarine #240E8E

Tints of Ultramarine #240E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 73.96%

R = 18.75%
G = 7.29%
B = 73.96%

CMYK

 C value IS 0.75

 M value IS 0.90

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#240E8E (or 0x240E8E) is known color: Ultramarine. HEX triplet: 24, 0E and 8E. RGB value is (36,14,142). Sum of RGB (Red+Green+Blue) = 36+14+142=192 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.75% from 192); Green value is 14 (5.86% from 255 or 7.29% from 192); Blue value is 142 (55.86% from 255 or 73.96% from 192); Max value from RGB is 142 - color contains mainly: blue. Hex color #240E8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240E8E is #DBF171. Grayscale: #222222. Windows color (decimal): -14414194 or 9309732. OLE color: 9309732.

HSL color Cylindrical-coordinate representation of color #240E8E: hue angle of 250.31º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #240E8E is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 14 142 -
CMYK 0.75 0.90 0 0.44
HSL 250.31º 0.82% 0.31% -
HSV(B) 250.31º 0.9% 0.56% -
XYZ 5.77 2.64 25.8 -
YUV 35.17 188.29 128.59 -
System Red Green Blue C M Y K H S L
Decimal 36 14 142 0.75 0.90 0 0.44 250.31 0.82 0.31
Hex 24 E 8E 4B 5A 0 2C FA 52 1F
Octal 44 16 216 113 132 0 54 372 122 37
Binary 100100 1110 10001110 1001011 1011010 0 101100 11111010 1010010 11111

Color Harmonies of #240E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240E8E

Black with #240E8E

Text Example


Text Example

White with #240E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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