Html Css Color HEX #241295 Ultramarine

📋 copy color: '#241295'

red 36 ◦ green 18 ◦ blue 149

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

Shades of Ultramarine #241295

Tints of Ultramarine #241295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.87%

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

R = 17.73%
G = 8.87%
B = 73.4%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#241295 (or 0x241295) is known color: Ultramarine. HEX triplet: 24, 12 and 95. RGB value is (36,18,149). Sum of RGB (Red+Green+Blue) = 36+18+149=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #241295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241295 is #DBED6A. Grayscale: #252525. Windows color (decimal): -14413163 or 9769508. OLE color: 9769508.

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

Color convert

RGB 36 18 149 -
CMYK 0.76 0.88 0 0.42
HSL 248.24º 0.78% 0.33% -
HSV(B) 248.24º 0.88% 0.58% -
XYZ 6.37 2.98 28.67 -
YUV 38.32 190.46 126.35 -
System Red Green Blue C M Y K H S L
Decimal 36 18 149 0.76 0.88 0 0.42 248.24 0.78 0.33
Hex 24 12 95 4C 58 0 2A F8 4E 21
Octal 44 22 225 114 130 0 52 370 116 41
Binary 100100 10010 10010101 1001100 1011000 0 101010 11111000 1001110 100001

Color Harmonies of #241295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241295

Black with #241295

Text Example


Text Example

White with #241295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241295; }

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

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

background-color css

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

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

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

border-color css

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

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

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