Html Css Color HEX #2419AD Ultramarine

📋 copy color: '#2419AD'

red 36 ◦ green 25 ◦ blue 173

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

Shades of Ultramarine #2419AD

Tints of Ultramarine #2419AD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.68%

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

R = 15.38%
G = 10.68%
B = 73.93%

CMYK

 C value IS 0.79

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2419AD (or 0x2419AD) is known color: Ultramarine. HEX triplet: 24, 19 and AD. RGB value is (36,25,173). Sum of RGB (Red+Green+Blue) = 36+25+173=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 173 (67.97% from 255 or 73.93% from 234); Max value from RGB is 173 - color contains mainly: blue. Hex color #2419AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2419AD is #DBE652. Grayscale: #2C2C2C. Windows color (decimal): -14411347 or 11344164. OLE color: 11344164.

HSL color Cylindrical-coordinate representation of color #2419AD: hue angle of 244.46º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2419AD is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 36 25 173 -
CMYK 0.79 0.86 0 0.32
HSL 244.46º 0.75% 0.39% -
HSV(B) 244.46º 0.86% 0.68% -
XYZ 8.62 4.09 39.87 -
YUV 45.16 200.14 121.47 -
System Red Green Blue C M Y K H S L
Decimal 36 25 173 0.79 0.86 0 0.32 244.46 0.75 0.39
Hex 24 19 AD 4F 56 0 20 F4 4B 27
Octal 44 31 255 117 126 0 40 364 113 47
Binary 100100 11001 10101101 1001111 1010110 0 100000 11110100 1001011 100111

Color Harmonies of #2419AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2419AD

Black with #2419AD

Text Example


Text Example

White with #2419AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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