Html Css Color HEX #240992 Ultramarine

📋 copy color: '#240992'

red 36 ◦ green 9 ◦ blue 146

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

Shades of Ultramarine #240992

Tints of Ultramarine #240992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 76.44%

R = 18.85%
G = 4.71%
B = 76.44%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#240992 (or 0x240992) is known color: Ultramarine. HEX triplet: 24, 09 and 92. RGB value is (36,9,146). Sum of RGB (Red+Green+Blue) = 36+9+146=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 146 (57.42% from 255 or 76.44% from 191); Max value from RGB is 146 - color contains mainly: blue. Hex color #240992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240992 is #DBF66D. Grayscale: #202020. Windows color (decimal): -14415470 or 9570596. OLE color: 9570596.

HSL color Cylindrical-coordinate representation of color #240992: hue angle of 251.82º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240992 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 9 146 -
CMYK 0.75 0.94 0 0.43
HSL 251.82º 0.88% 0.3% -
HSV(B) 251.82º 0.94% 0.57% -
XYZ 6.01 2.65 27.39 -
YUV 32.69 191.95 130.36 -
System Red Green Blue C M Y K H S L
Decimal 36 9 146 0.75 0.94 0 0.43 251.82 0.88 0.3
Hex 24 9 92 4B 5E 0 2B FC 58 1E
Octal 44 11 222 113 136 0 53 374 130 36
Binary 100100 1001 10010010 1001011 1011110 0 101011 11111100 1011000 11110

Color Harmonies of #240992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240992

Black with #240992

Text Example


Text Example

White with #240992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240992; }

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

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

background-color css

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

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

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

border-color css

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

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

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