Html Css Color HEX #1815AD Ultramarine

📋 copy color: '#1815AD'

red 24 ◦ green 21 ◦ blue 173

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

Shades of Ultramarine #1815AD

Tints of Ultramarine #1815AD

RGB

 RED value IS 24 (9.77% from 255) = 11.01%

 GREEN value IS 21 (8.59% from 255) = 9.63%

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

R = 11.01%
G = 9.63%
B = 79.36%

CMYK

 C value IS 0.86

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1815AD (or 0x1815AD) is known color: Ultramarine. HEX triplet: 18, 15 and AD. RGB value is (24,21,173). Sum of RGB (Red+Green+Blue) = 24+21+173=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 173 (67.97% from 255 or 79.36% from 218); Max value from RGB is 173 - color contains mainly: blue. Hex color #1815AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1815AD is #E7EA52. Grayscale: #262626. Windows color (decimal): -15198803 or 11343128. OLE color: 11343128.

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

Color convert

RGB 24 21 173 -
CMYK 0.86 0.88 0 0.32
HSL 241.18º 0.78% 0.38% -
HSV(B) 241.18º 0.88% 0.68% -
XYZ 8.19 3.75 39.83 -
YUV 39.23 203.49 117.14 -
System Red Green Blue C M Y K H S L
Decimal 24 21 173 0.86 0.88 0 0.32 241.18 0.78 0.38
Hex 18 15 AD 56 58 0 20 F1 4E 26
Octal 30 25 255 126 130 0 40 361 116 46
Binary 11000 10101 10101101 1010110 1011000 0 100000 11110001 1001110 100110

Color Harmonies of #1815AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1815AD

Black with #1815AD

Text Example


Text Example

White with #1815AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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