Html Css Color HEX #240B96 Ultramarine

📋 copy color: '#240B96'

red 36 ◦ green 11 ◦ blue 150

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

Shades of Ultramarine #240B96

Tints of Ultramarine #240B96

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.58%

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

R = 18.27%
G = 5.58%
B = 76.14%

CMYK

 C value IS 0.76

 M value IS 0.93

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#240B96 (or 0x240B96) is known color: Ultramarine. HEX triplet: 24, 0B and 96. RGB value is (36,11,150). Sum of RGB (Red+Green+Blue) = 36+11+150=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 150 (58.98% from 255 or 76.14% from 197); Max value from RGB is 150 - color contains mainly: blue. Hex color #240B96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240B96 is #DBF469. Grayscale: #212121. Windows color (decimal): -14414954 or 9833252. OLE color: 9833252.

HSL color Cylindrical-coordinate representation of color #240B96: hue angle of 250.79º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240B96 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 36 11 150 -
CMYK 0.76 0.93 0 0.41
HSL 250.79º 0.86% 0.32% -
HSV(B) 250.79º 0.93% 0.59% -
XYZ 6.35 2.82 29.06 -
YUV 34.32 193.28 129.2 -
System Red Green Blue C M Y K H S L
Decimal 36 11 150 0.76 0.93 0 0.41 250.79 0.86 0.32
Hex 24 B 96 4C 5D 0 29 FB 56 20
Octal 44 13 226 114 135 0 51 373 126 40
Binary 100100 1011 10010110 1001100 1011101 0 101001 11111011 1010110 100000

Color Harmonies of #240B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240B96

Black with #240B96

Text Example


Text Example

White with #240B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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