Html Css Color HEX #241296 Ultramarine

📋 copy color: '#241296'

red 36 ◦ green 18 ◦ blue 150

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

Shades of Ultramarine #241296

Tints of Ultramarine #241296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 73.53%

R = 17.65%
G = 8.82%
B = 73.53%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#241296 (or 0x241296) is known color: Ultramarine. HEX triplet: 24, 12 and 96. RGB value is (36,18,150). Sum of RGB (Red+Green+Blue) = 36+18+150=204 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.65% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 150 (58.98% from 255 or 73.53% from 204); Max value from RGB is 150 - color contains mainly: blue. Hex color #241296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241296 is #DBED69. Grayscale: #252525. Windows color (decimal): -14413162 or 9835044. OLE color: 9835044.

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

Color convert

RGB 36 18 150 -
CMYK 0.76 0.88 0 0.41
HSL 248.18º 0.79% 0.33% -
HSV(B) 248.18º 0.88% 0.59% -
XYZ 6.45 3.01 29.1 -
YUV 38.43 190.96 126.27 -
System Red Green Blue C M Y K H S L
Decimal 36 18 150 0.76 0.88 0 0.41 248.18 0.79 0.33
Hex 24 12 96 4C 58 0 29 F8 4F 21
Octal 44 22 226 114 130 0 51 370 117 41
Binary 100100 10010 10010110 1001100 1011000 0 101001 11111000 1001111 100001

Color Harmonies of #241296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241296

Black with #241296

Text Example


Text Example

White with #241296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241296; }

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

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

background-color css

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

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

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

border-color css

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

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

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