Html Css Color HEX #241192 Ultramarine

📋 copy color: '#241192'

red 36 ◦ green 17 ◦ blue 146

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

Shades of Ultramarine #241192

Tints of Ultramarine #241192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 73.37%

R = 18.09%
G = 8.54%
B = 73.37%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#241192 (or 0x241192) is known color: Ultramarine. HEX triplet: 24, 11 and 92. RGB value is (36,17,146). Sum of RGB (Red+Green+Blue) = 36+17+146=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 146 (57.42% from 255 or 73.37% from 199); Max value from RGB is 146 - color contains mainly: blue. Hex color #241192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241192 is #DBEE6D. Grayscale: #242424. Windows color (decimal): -14413422 or 9572644. OLE color: 9572644.

HSL color Cylindrical-coordinate representation of color #241192: hue angle of 248.84º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #241192 is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 17 146 -
CMYK 0.75 0.88 0 0.43
HSL 248.84º 0.79% 0.32% -
HSV(B) 248.84º 0.88% 0.57% -
XYZ 6.12 2.85 27.42 -
YUV 37.39 189.29 127.01 -
System Red Green Blue C M Y K H S L
Decimal 36 17 146 0.75 0.88 0 0.43 248.84 0.79 0.32
Hex 24 11 92 4B 58 0 2B F9 4F 20
Octal 44 21 222 113 130 0 53 371 117 40
Binary 100100 10001 10010010 1001011 1011000 0 101011 11111001 1001111 100000

Color Harmonies of #241192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241192

Black with #241192

Text Example


Text Example

White with #241192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241192; }

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

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

background-color css

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

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

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

border-color css

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

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

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