Html Css Color HEX #240590 Ultramarine

📋 copy color: '#240590'

red 36 ◦ green 5 ◦ blue 144

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

Shades of Ultramarine #240590

Tints of Ultramarine #240590

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.7%

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

R = 19.46%
G = 2.7%
B = 77.84%

CMYK

 C value IS 0.75

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#240590 (or 0x240590) is known color: Ultramarine. HEX triplet: 24, 05 and 90. RGB value is (36,5,144). Sum of RGB (Red+Green+Blue) = 36+5+144=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 144 (56.64% from 255 or 77.84% from 185); Max value from RGB is 144 - color contains mainly: blue. Hex color #240590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240590 is #DBFA6F. Grayscale: #1D1D1D. Windows color (decimal): -14416496 or 9438500. OLE color: 9438500.

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

Color convert

RGB 36 5 144 -
CMYK 0.75 0.97 0 0.44
HSL 253.38º 0.93% 0.29% -
HSV(B) 253.38º 0.97% 0.56% -
XYZ 5.82 2.5 26.56 -
YUV 30.12 192.27 132.2 -
System Red Green Blue C M Y K H S L
Decimal 36 5 144 0.75 0.97 0 0.44 253.38 0.93 0.29
Hex 24 5 90 4B 61 0 2C FD 5D 1D
Octal 44 5 220 113 141 0 54 375 135 35
Binary 100100 101 10010000 1001011 1100001 0 101100 11111101 1011101 11101

Color Harmonies of #240590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240590

Black with #240590

Text Example


Text Example

White with #240590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240590; }

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

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

background-color css

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

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

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

border-color css

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

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

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