Html Css Color HEX #2411AB Ultramarine

📋 copy color: '#2411AB'

red 36 ◦ green 17 ◦ blue 171

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

Shades of Ultramarine #2411AB

Tints of Ultramarine #2411AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 76.34%

R = 16.07%
G = 7.59%
B = 76.34%

CMYK

 C value IS 0.79

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2411AB (or 0x2411AB) is known color: Ultramarine. HEX triplet: 24, 11 and AB. RGB value is (36,17,171). Sum of RGB (Red+Green+Blue) = 36+17+171=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 171 (67.19% from 255 or 76.34% from 224); Max value from RGB is 171 - color contains mainly: blue. Hex color #2411AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2411AB is #DBEE54. Grayscale: #272727. Windows color (decimal): -14413397 or 11211044. OLE color: 11211044.

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

Color convert

RGB 36 17 171 -
CMYK 0.79 0.90 0 0.33
HSL 247.4º 0.82% 0.37% -
HSV(B) 247.4º 0.9% 0.67% -
XYZ 8.28 3.72 38.81 -
YUV 40.24 201.79 124.98 -
System Red Green Blue C M Y K H S L
Decimal 36 17 171 0.79 0.90 0 0.33 247.4 0.82 0.37
Hex 24 11 AB 4F 5A 0 21 F7 52 25
Octal 44 21 253 117 132 0 41 367 122 45
Binary 100100 10001 10101011 1001111 1011010 0 100001 11110111 1010010 100101

Color Harmonies of #2411AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2411AB

Black with #2411AB

Text Example


Text Example

White with #2411AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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