Html Css Color HEX #241297 Ultramarine

📋 copy color: '#241297'

red 36 ◦ green 18 ◦ blue 151

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

Shades of Ultramarine #241297

Tints of Ultramarine #241297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 73.66%

R = 17.56%
G = 8.78%
B = 73.66%

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

#241297 (or 0x241297) is known color: Ultramarine. HEX triplet: 24, 12 and 97. RGB value is (36,18,151). Sum of RGB (Red+Green+Blue) = 36+18+151=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 151 (59.38% from 255 or 73.66% from 205); Max value from RGB is 151 - color contains mainly: blue. Hex color #241297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241297 is #DBED68. Grayscale: #262626. Windows color (decimal): -14413161 or 9900580. OLE color: 9900580.

HSL color Cylindrical-coordinate representation of color #241297: hue angle of 248.12º 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 #241297 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 36 18 151 -
CMYK 0.76 0.88 0 0.41
HSL 248.12º 0.79% 0.33% -
HSV(B) 248.12º 0.88% 0.59% -
XYZ 6.53 3.04 29.52 -
YUV 38.54 191.46 126.19 -
System Red Green Blue C M Y K H S L
Decimal 36 18 151 0.76 0.88 0 0.41 248.12 0.79 0.33
Hex 24 12 97 4C 58 0 29 F8 4F 21
Octal 44 22 227 114 130 0 51 370 117 41
Binary 100100 10010 10010111 1001100 1011000 0 101001 11111000 1001111 100001

Color Harmonies of #241297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241297

Black with #241297

Text Example


Text Example

White with #241297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241297; }

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

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

background-color css

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

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

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

border-color css

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

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

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