Html Css Color HEX #241298 Ultramarine

📋 copy color: '#241298'

red 36 ◦ green 18 ◦ blue 152

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

Shades of Ultramarine #241298

Tints of Ultramarine #241298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 73.79%

R = 17.48%
G = 8.74%
B = 73.79%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#241298 (or 0x241298) is known color: Ultramarine. HEX triplet: 24, 12 and 98. RGB value is (36,18,152). Sum of RGB (Red+Green+Blue) = 36+18+152=206 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.48% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 152 (59.77% from 255 or 73.79% from 206); Max value from RGB is 152 - color contains mainly: blue. Hex color #241298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241298 is #DBED67. Grayscale: #262626. Windows color (decimal): -14413160 or 9966116. OLE color: 9966116.

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

Color convert

RGB 36 18 152 -
CMYK 0.76 0.88 0 0.40
HSL 248.06º 0.79% 0.33% -
HSV(B) 248.06º 0.88% 0.6% -
XYZ 6.61 3.07 29.95 -
YUV 38.66 191.96 126.1 -
System Red Green Blue C M Y K H S L
Decimal 36 18 152 0.76 0.88 0 0.40 248.06 0.79 0.33
Hex 24 12 98 4C 58 0 28 F8 4F 21
Octal 44 22 230 114 130 0 50 370 117 41
Binary 100100 10010 10011000 1001100 1011000 0 101000 11111000 1001111 100001

Color Harmonies of #241298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241298

Black with #241298

Text Example


Text Example

White with #241298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241298; }

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

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

background-color css

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

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

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

border-color css

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

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

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