Html Css Color HEX #240493 Ultramarine

📋 copy color: '#240493'

red 36 ◦ green 4 ◦ blue 147

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

Shades of Ultramarine #240493

Tints of Ultramarine #240493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.14%

 BLUE value IS 147 (57.81% from 255) = 78.61%

R = 19.25%
G = 2.14%
B = 78.61%

CMYK

 C value IS 0.76

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#240493 (or 0x240493) is known color: Ultramarine. HEX triplet: 24, 04 and 93. RGB value is (36,4,147). Sum of RGB (Red+Green+Blue) = 36+4+147=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 147 (57.81% from 255 or 78.61% from 187); Max value from RGB is 147 - color contains mainly: blue. Hex color #240493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240493 is #DBFB6C. Grayscale: #1D1D1D. Windows color (decimal): -14416749 or 9634852. OLE color: 9634852.

HSL color Cylindrical-coordinate representation of color #240493: hue angle of 253.43º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240493 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 4 147 -
CMYK 0.76 0.97 0 0.42
HSL 253.43º 0.95% 0.3% -
HSV(B) 253.43º 0.97% 0.58% -
XYZ 6.04 2.57 27.78 -
YUV 29.87 194.1 132.37 -
System Red Green Blue C M Y K H S L
Decimal 36 4 147 0.76 0.97 0 0.42 253.43 0.95 0.3
Hex 24 4 93 4C 61 0 2A FD 5F 1E
Octal 44 4 223 114 141 0 52 375 137 36
Binary 100100 100 10010011 1001100 1100001 0 101010 11111101 1011111 11110

Color Harmonies of #240493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240493

Black with #240493

Text Example


Text Example

White with #240493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240493; }

 p { color: rgb(36,4,147); }

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

background-color css

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

 a { background-color: rgb(36,4,147); }

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

border-color css

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

 span { border-color: rgb(36,4,147); }

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