Html Css Color HEX #241194 Ultramarine

📋 copy color: '#241194'

red 36 ◦ green 17 ◦ blue 148

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

Shades of Ultramarine #241194

Tints of Ultramarine #241194

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.46%

 BLUE value IS 148 (58.2% from 255) = 73.63%

R = 17.91%
G = 8.46%
B = 73.63%

CMYK

 C value IS 0.76

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#241194 (or 0x241194) is known color: Ultramarine. HEX triplet: 24, 11 and 94. RGB value is (36,17,148). Sum of RGB (Red+Green+Blue) = 36+17+148=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 148 (58.20% from 255 or 73.63% from 201); Max value from RGB is 148 - color contains mainly: blue. Hex color #241194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241194 is #DBEE6B. Grayscale: #252525. Windows color (decimal): -14413420 or 9703716. OLE color: 9703716.

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

Color convert

RGB 36 17 148 -
CMYK 0.76 0.89 0 0.42
HSL 248.7º 0.79% 0.32% -
HSV(B) 248.7º 0.89% 0.58% -
XYZ 6.27 2.91 28.25 -
YUV 37.62 190.29 126.85 -
System Red Green Blue C M Y K H S L
Decimal 36 17 148 0.76 0.89 0 0.42 248.7 0.79 0.32
Hex 24 11 94 4C 59 0 2A F9 4F 20
Octal 44 21 224 114 131 0 52 371 117 40
Binary 100100 10001 10010100 1001100 1011001 0 101010 11111001 1001111 100000

Color Harmonies of #241194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241194

Black with #241194

Text Example


Text Example

White with #241194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241194; }

 p { color: rgb(36,17,148); }

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

background-color css

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

 a { background-color: rgb(36,17,148); }

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

border-color css

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

 span { border-color: rgb(36,17,148); }

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