Html Css Color HEX #2413AB Ultramarine

📋 copy color: '#2413AB'

red 36 ◦ green 19 ◦ blue 171

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

Shades of Ultramarine #2413AB

Tints of Ultramarine #2413AB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.41%

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

R = 15.93%
G = 8.41%
B = 75.66%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2413AB (or 0x2413AB) is known color: Ultramarine. HEX triplet: 24, 13 and AB. RGB value is (36,19,171). Sum of RGB (Red+Green+Blue) = 36+19+171=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 171 (67.19% from 255 or 75.66% from 226); Max value from RGB is 171 - color contains mainly: blue. Hex color #2413AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2413AB is #DBEC54. Grayscale: #282828. Windows color (decimal): -14412885 or 11211556. OLE color: 11211556.

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

Color convert

RGB 36 19 171 -
CMYK 0.79 0.89 0 0.33
HSL 246.71º 0.8% 0.37% -
HSV(B) 246.71º 0.89% 0.67% -
XYZ 8.31 3.78 38.82 -
YUV 41.41 201.13 124.14 -
System Red Green Blue C M Y K H S L
Decimal 36 19 171 0.79 0.89 0 0.33 246.71 0.8 0.37
Hex 24 13 AB 4F 59 0 21 F7 50 25
Octal 44 23 253 117 131 0 41 367 120 45
Binary 100100 10011 10101011 1001111 1011001 0 100001 11110111 1010000 100101

Color Harmonies of #2413AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2413AB

Black with #2413AB

Text Example


Text Example

White with #2413AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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