Html Css Color HEX #240196 Ultramarine

📋 copy color: '#240196'

red 36 ◦ green 1 ◦ blue 150

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

Shades of Ultramarine #240196

Tints of Ultramarine #240196

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 19.25%
G = 0.53%
B = 80.21%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#240196 (or 0x240196) is known color: Ultramarine. HEX triplet: 24, 01 and 96. RGB value is (36,1,150). Sum of RGB (Red+Green+Blue) = 36+1+150=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 150 (58.98% from 255 or 80.21% from 187); Max value from RGB is 150 - color contains mainly: blue. Hex color #240196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240196 is #DBFE69. Grayscale: #1B1B1B. Windows color (decimal): -14417514 or 9830692. OLE color: 9830692.

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

Color convert

RGB 36 1 150 -
CMYK 0.76 0.99 0 0.41
HSL 254.09º 0.99% 0.3% -
HSV(B) 254.09º 0.99% 0.59% -
XYZ 6.24 2.6 29.03 -
YUV 28.45 196.6 133.38 -
System Red Green Blue C M Y K H S L
Decimal 36 1 150 0.76 0.99 0 0.41 254.09 0.99 0.3
Hex 24 1 96 4C 63 0 29 FE 63 1E
Octal 44 1 226 114 143 0 51 376 143 36
Binary 100100 1 10010110 1001100 1100011 0 101001 11111110 1100011 11110

Color Harmonies of #240196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240196

Black with #240196

Text Example


Text Example

White with #240196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240196; }

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

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

background-color css

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

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

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

border-color css

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

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

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