Html Css Color HEX #241393 Ultramarine

📋 copy color: '#241393'

red 36 ◦ green 19 ◦ blue 147

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

Shades of Ultramarine #241393

Tints of Ultramarine #241393

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.41%

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

R = 17.82%
G = 9.41%
B = 72.77%

CMYK

 C value IS 0.76

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#241393 (or 0x241393) is known color: Ultramarine. HEX triplet: 24, 13 and 93. RGB value is (36,19,147). Sum of RGB (Red+Green+Blue) = 36+19+147=202 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.82% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 147 (57.81% from 255 or 72.77% from 202); Max value from RGB is 147 - color contains mainly: blue. Hex color #241393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241393 is #DBEC6C. Grayscale: #262626. Windows color (decimal): -14412909 or 9638692. OLE color: 9638692.

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

Color convert

RGB 36 19 147 -
CMYK 0.76 0.87 0 0.42
HSL 247.97º 0.77% 0.33% -
HSV(B) 247.97º 0.87% 0.58% -
XYZ 6.23 2.95 27.84 -
YUV 38.68 189.13 126.09 -
System Red Green Blue C M Y K H S L
Decimal 36 19 147 0.76 0.87 0 0.42 247.97 0.77 0.33
Hex 24 13 93 4C 57 0 2A F8 4D 21
Octal 44 23 223 114 127 0 52 370 115 41
Binary 100100 10011 10010011 1001100 1010111 0 101010 11111000 1001101 100001

Color Harmonies of #241393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241393

Black with #241393

Text Example


Text Example

White with #241393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241393; }

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

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

background-color css

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

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

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

border-color css

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

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

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