Html Css Color HEX #241586 Ultramarine

📋 copy color: '#241586'

red 36 ◦ green 21 ◦ blue 134

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

Shades of Ultramarine #241586

Tints of Ultramarine #241586

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.99%

 BLUE value IS 134 (52.73% from 255) = 70.16%

R = 18.85%
G = 10.99%
B = 70.16%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#241586 (or 0x241586) is known color: Ultramarine. HEX triplet: 24, 15 and 86. RGB value is (36,21,134). Sum of RGB (Red+Green+Blue) = 36+21+134=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 134 (52.73% from 255 or 70.16% from 191); Max value from RGB is 134 - color contains mainly: blue. Hex color #241586 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241586 is #DBEA79. Grayscale: #252525. Windows color (decimal): -14412410 or 8787236. OLE color: 8787236.

HSL color Cylindrical-coordinate representation of color #241586: hue angle of 247.96º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #241586 is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 21 134 -
CMYK 0.73 0.84 0 0.47
HSL 247.96º 0.73% 0.3% -
HSV(B) 247.96º 0.84% 0.53% -
XYZ 5.3 2.63 22.78 -
YUV 38.37 181.97 126.31 -
System Red Green Blue C M Y K H S L
Decimal 36 21 134 0.73 0.84 0 0.47 247.96 0.73 0.3
Hex 24 15 86 49 54 0 2F F8 49 1E
Octal 44 25 206 111 124 0 57 370 111 36
Binary 100100 10101 10000110 1001001 1010100 0 101111 11111000 1001001 11110

Color Harmonies of #241586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241586

Black with #241586

Text Example


Text Example

White with #241586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241586; }

 p { color: rgb(36,21,134); }

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

background-color css

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

 a { background-color: rgb(36,21,134); }

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

border-color css

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

 span { border-color: rgb(36,21,134); }

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