Html Css Color HEX #240599 Ultramarine

📋 copy color: '#240599'

red 36 ◦ green 5 ◦ blue 153

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

Shades of Ultramarine #240599

Tints of Ultramarine #240599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 78.87%

R = 18.56%
G = 2.58%
B = 78.87%

CMYK

 C value IS 0.76

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#240599 (or 0x240599) is known color: Ultramarine. HEX triplet: 24, 05 and 99. RGB value is (36,5,153). Sum of RGB (Red+Green+Blue) = 36+5+153=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 153 (60.16% from 255 or 78.87% from 194); Max value from RGB is 153 - color contains mainly: blue. Hex color #240599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240599 is #DBFA66. Grayscale: #1E1E1E. Windows color (decimal): -14416487 or 10028324. OLE color: 10028324.

HSL color Cylindrical-coordinate representation of color #240599: hue angle of 252.57º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240599 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 36 5 153 -
CMYK 0.76 0.97 0 0.4
HSL 252.57º 0.94% 0.31% -
HSV(B) 252.57º 0.97% 0.6% -
XYZ 6.53 2.78 30.33 -
YUV 31.14 196.77 131.47 -
System Red Green Blue C M Y K H S L
Decimal 36 5 153 0.76 0.97 0 0.4 252.57 0.94 0.31
Hex 24 5 99 4C 61 0 28 FD 5E 1F
Octal 44 5 231 114 141 0 50 375 136 37
Binary 100100 101 10011001 1001100 1100001 0 101000 11111101 1011110 11111

Color Harmonies of #240599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240599

Black with #240599

Text Example


Text Example

White with #240599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240599; }

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

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

background-color css

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

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

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

border-color css

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

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

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