Html Css Color HEX #2418AD Ultramarine

📋 copy color: '#2418AD'

red 36 ◦ green 24 ◦ blue 173

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

Shades of Ultramarine #2418AD

Tints of Ultramarine #2418AD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.3%

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

R = 15.45%
G = 10.3%
B = 74.25%

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

#2418AD (or 0x2418AD) is known color: Ultramarine. HEX triplet: 24, 18 and AD. RGB value is (36,24,173). Sum of RGB (Red+Green+Blue) = 36+24+173=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 173 (67.97% from 255 or 74.25% from 233); Max value from RGB is 173 - color contains mainly: blue. Hex color #2418AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2418AD is #DBE752. Grayscale: #2B2B2B. Windows color (decimal): -14411603 or 11343908. OLE color: 11343908.

HSL color Cylindrical-coordinate representation of color #2418AD: hue angle of 244.83º degrees, saturation: 0.76, 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 #2418AD is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 36 24 173 -
CMYK 0.79 0.86 0 0.32
HSL 244.83º 0.76% 0.39% -
HSV(B) 244.83º 0.86% 0.68% -
XYZ 8.6 4.05 39.86 -
YUV 44.57 200.48 121.88 -
System Red Green Blue C M Y K H S L
Decimal 36 24 173 0.79 0.86 0 0.32 244.83 0.76 0.39
Hex 24 18 AD 4F 56 0 20 F5 4C 27
Octal 44 30 255 117 126 0 40 365 114 47
Binary 100100 11000 10101101 1001111 1010110 0 100000 11110101 1001100 100111

Color Harmonies of #2418AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2418AD

Black with #2418AD

Text Example


Text Example

White with #2418AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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