Html Css Color HEX #242097 Ultramarine

📋 copy color: '#242097'

red 36 ◦ green 32 ◦ blue 151

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

Shades of Ultramarine #242097

Tints of Ultramarine #242097

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.61%

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

R = 16.44%
G = 14.61%
B = 68.95%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#242097 (or 0x242097) is known color: Ultramarine. HEX triplet: 24, 20 and 97. RGB value is (36,32,151). Sum of RGB (Red+Green+Blue) = 36+32+151=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 151 (59.38% from 255 or 68.95% from 219); Max value from RGB is 151 - color contains mainly: blue. Hex color #242097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242097 is #DBDF68. Grayscale: #2E2E2E. Windows color (decimal): -14409577 or 9904164. OLE color: 9904164.

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

Color convert

RGB 36 32 151 -
CMYK 0.76 0.79 0 0.41
HSL 242.02º 0.65% 0.36% -
HSV(B) 242.02º 0.79% 0.59% -
XYZ 6.83 3.64 29.62 -
YUV 46.76 186.83 120.32 -
System Red Green Blue C M Y K H S L
Decimal 36 32 151 0.76 0.79 0 0.41 242.02 0.65 0.36
Hex 24 20 97 4C 4F 0 29 F2 41 24
Octal 44 40 227 114 117 0 51 362 101 44
Binary 100100 100000 10010111 1001100 1001111 0 101001 11110010 1000001 100100

Color Harmonies of #242097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242097

Black with #242097

Text Example


Text Example

White with #242097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242097; }

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

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

background-color css

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

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

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

border-color css

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

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

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