Html Css Color HEX #240796 Ultramarine

📋 copy color: '#240796'

red 36 ◦ green 7 ◦ blue 150

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

Shades of Ultramarine #240796

Tints of Ultramarine #240796

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.63%

 BLUE value IS 150 (58.98% from 255) = 77.72%

R = 18.65%
G = 3.63%
B = 77.72%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#240796 (or 0x240796) is known color: Ultramarine. HEX triplet: 24, 07 and 96. RGB value is (36,7,150). Sum of RGB (Red+Green+Blue) = 36+7+150=193 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.65% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 150 (58.98% from 255 or 77.72% from 193); Max value from RGB is 150 - color contains mainly: blue. Hex color #240796 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240796 is #DBF869. Grayscale: #1F1F1F. Windows color (decimal): -14415978 or 9832228. OLE color: 9832228.

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

Color convert

RGB 36 7 150 -
CMYK 0.76 0.95 0 0.41
HSL 252.17º 0.91% 0.31% -
HSV(B) 252.17º 0.95% 0.59% -
XYZ 6.31 2.73 29.05 -
YUV 31.97 194.61 130.87 -
System Red Green Blue C M Y K H S L
Decimal 36 7 150 0.76 0.95 0 0.41 252.17 0.91 0.31
Hex 24 7 96 4C 5F 0 29 FC 5B 1F
Octal 44 7 226 114 137 0 51 374 133 37
Binary 100100 111 10010110 1001100 1011111 0 101001 11111100 1011011 11111

Color Harmonies of #240796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240796

Black with #240796

Text Example


Text Example

White with #240796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240796; }

 p { color: rgb(36,7,150); }

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

background-color css

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

 a { background-color: rgb(36,7,150); }

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

border-color css

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

 span { border-color: rgb(36,7,150); }

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