Html Css Color HEX #240997 Ultramarine

📋 copy color: '#240997'

red 36 ◦ green 9 ◦ blue 151

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

Shades of Ultramarine #240997

Tints of Ultramarine #240997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.59%

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

R = 18.37%
G = 4.59%
B = 77.04%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#240997 (or 0x240997) is known color: Ultramarine. HEX triplet: 24, 09 and 97. RGB value is (36,9,151). Sum of RGB (Red+Green+Blue) = 36+9+151=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 151 (59.38% from 255 or 77.04% from 196); Max value from RGB is 151 - color contains mainly: blue. Hex color #240997 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240997 is #DBF668. Grayscale: #202020. Windows color (decimal): -14415465 or 9898276. OLE color: 9898276.

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

Color convert

RGB 36 9 151 -
CMYK 0.76 0.94 0 0.41
HSL 251.41º 0.89% 0.31% -
HSV(B) 251.41º 0.94% 0.59% -
XYZ 6.41 2.8 29.48 -
YUV 33.26 194.45 129.95 -
System Red Green Blue C M Y K H S L
Decimal 36 9 151 0.76 0.94 0 0.41 251.41 0.89 0.31
Hex 24 9 97 4C 5E 0 29 FB 59 1F
Octal 44 11 227 114 136 0 51 373 131 37
Binary 100100 1001 10010111 1001100 1011110 0 101001 11111011 1011001 11111

Color Harmonies of #240997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240997

Black with #240997

Text Example


Text Example

White with #240997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240997; }

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

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

background-color css

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

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

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

border-color css

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

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

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