Html Css Color HEX #241995 Ultramarine

📋 copy color: '#241995'

red 36 ◦ green 25 ◦ blue 149

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

Shades of Ultramarine #241995

Tints of Ultramarine #241995

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.9%

 BLUE value IS 149 (58.59% from 255) = 70.95%

R = 17.14%
G = 11.9%
B = 70.95%

CMYK

 C value IS 0.76

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#241995 (or 0x241995) is known color: Ultramarine. HEX triplet: 24, 19 and 95. RGB value is (36,25,149). Sum of RGB (Red+Green+Blue) = 36+25+149=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 149 (58.59% from 255 or 70.95% from 210); Max value from RGB is 149 - color contains mainly: blue. Hex color #241995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241995 is #DBE66A. Grayscale: #292929. Windows color (decimal): -14411371 or 9771300. OLE color: 9771300.

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

Color convert

RGB 36 25 149 -
CMYK 0.76 0.83 0 0.42
HSL 245.32º 0.71% 0.34% -
HSV(B) 245.32º 0.83% 0.58% -
XYZ 6.5 3.24 28.72 -
YUV 42.43 188.14 123.42 -
System Red Green Blue C M Y K H S L
Decimal 36 25 149 0.76 0.83 0 0.42 245.32 0.71 0.34
Hex 24 19 95 4C 53 0 2A F5 47 22
Octal 44 31 225 114 123 0 52 365 107 42
Binary 100100 11001 10010101 1001100 1010011 0 101010 11110101 1000111 100010

Color Harmonies of #241995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241995

Black with #241995

Text Example


Text Example

White with #241995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241995; }

 p { color: rgb(36,25,149); }

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

background-color css

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

 a { background-color: rgb(36,25,149); }

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

border-color css

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

 span { border-color: rgb(36,25,149); }

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