Html Css Color HEX #240896 Ultramarine

📋 copy color: '#240896'

red 36 ◦ green 8 ◦ blue 150

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

Shades of Ultramarine #240896

Tints of Ultramarine #240896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.12%

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

R = 18.56%
G = 4.12%
B = 77.32%

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

#240896 (or 0x240896) is known color: Ultramarine. HEX triplet: 24, 08 and 96. RGB value is (36,8,150). Sum of RGB (Red+Green+Blue) = 36+8+150=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 150 (58.98% from 255 or 77.32% from 194); Max value from RGB is 150 - color contains mainly: blue. Hex color #240896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240896 is #DBF769. Grayscale: #202020. Windows color (decimal): -14415722 or 9832484. OLE color: 9832484.

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

Color convert

RGB 36 8 150 -
CMYK 0.76 0.95 0 0.41
HSL 251.83º 0.9% 0.31% -
HSV(B) 251.83º 0.95% 0.59% -
XYZ 6.32 2.75 29.05 -
YUV 32.56 194.28 130.45 -
System Red Green Blue C M Y K H S L
Decimal 36 8 150 0.76 0.95 0 0.41 251.83 0.9 0.31
Hex 24 8 96 4C 5F 0 29 FC 5A 1F
Octal 44 10 226 114 137 0 51 374 132 37
Binary 100100 1000 10010110 1001100 1011111 0 101001 11111100 1011010 11111

Color Harmonies of #240896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240896

Black with #240896

Text Example


Text Example

White with #240896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240896; }

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

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

background-color css

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

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

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

border-color css

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

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

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