Html Css Color HEX #240890 Ultramarine

📋 copy color: '#240890'

red 36 ◦ green 8 ◦ blue 144

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

Shades of Ultramarine #240890

Tints of Ultramarine #240890

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.26%

 BLUE value IS 144 (56.64% from 255) = 76.6%

R = 19.15%
G = 4.26%
B = 76.6%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#240890 (or 0x240890) is known color: Ultramarine. HEX triplet: 24, 08 and 90. RGB value is (36,8,144). Sum of RGB (Red+Green+Blue) = 36+8+144=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 144 (56.64% from 255 or 76.60% from 188); Max value from RGB is 144 - color contains mainly: blue. Hex color #240890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240890 is #DBF76F. Grayscale: #1F1F1F. Windows color (decimal): -14415728 or 9439268. OLE color: 9439268.

HSL color Cylindrical-coordinate representation of color #240890: hue angle of 252.35º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240890 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 8 144 -
CMYK 0.75 0.94 0 0.44
HSL 252.35º 0.89% 0.3% -
HSV(B) 252.35º 0.94% 0.56% -
XYZ 5.85 2.56 26.57 -
YUV 31.88 191.28 130.94 -
System Red Green Blue C M Y K H S L
Decimal 36 8 144 0.75 0.94 0 0.44 252.35 0.89 0.3
Hex 24 8 90 4B 5E 0 2C FC 59 1E
Octal 44 10 220 113 136 0 54 374 131 36
Binary 100100 1000 10010000 1001011 1011110 0 101100 11111100 1011001 11110

Color Harmonies of #240890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240890

Black with #240890

Text Example


Text Example

White with #240890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240890; }

 p { color: rgb(36,8,144); }

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

background-color css

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

 a { background-color: rgb(36,8,144); }

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

border-color css

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

 span { border-color: rgb(36,8,144); }

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