Html Css Color HEX #2411AD Ultramarine

📋 copy color: '#2411AD'

red 36 ◦ green 17 ◦ blue 173

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

Shades of Ultramarine #2411AD

Tints of Ultramarine #2411AD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.52%

 BLUE value IS 173 (67.97% from 255) = 76.55%

R = 15.93%
G = 7.52%
B = 76.55%

CMYK

 C value IS 0.79

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2411AD (or 0x2411AD) is known color: Ultramarine. HEX triplet: 24, 11 and AD. RGB value is (36,17,173). Sum of RGB (Red+Green+Blue) = 36+17+173=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 173 (67.97% from 255 or 76.55% from 226); Max value from RGB is 173 - color contains mainly: blue. Hex color #2411AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2411AD is #DBEE52. Grayscale: #272727. Windows color (decimal): -14413395 or 11342116. OLE color: 11342116.

HSL color Cylindrical-coordinate representation of color #2411AD: hue angle of 247.31º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2411AD is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 36 17 173 -
CMYK 0.79 0.90 0 0.32
HSL 247.31º 0.82% 0.37% -
HSV(B) 247.31º 0.9% 0.68% -
XYZ 8.47 3.79 39.82 -
YUV 40.47 202.79 124.82 -
System Red Green Blue C M Y K H S L
Decimal 36 17 173 0.79 0.90 0 0.32 247.31 0.82 0.37
Hex 24 11 AD 4F 5A 0 20 F7 52 25
Octal 44 21 255 117 132 0 40 367 122 45
Binary 100100 10001 10101101 1001111 1011010 0 100000 11110111 1010010 100101

Color Harmonies of #2411AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2411AD

Black with #2411AD

Text Example


Text Example

White with #2411AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2411AD; }

 p { color: rgb(36,17,173); }

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

background-color css

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

 a { background-color: rgb(36,17,173); }

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

border-color css

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

 span { border-color: rgb(36,17,173); }

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