Html Css Color HEX #1815AA Ultramarine

📋 copy color: '#1815AA'

red 24 ◦ green 21 ◦ blue 170

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

Shades of Ultramarine #1815AA

Tints of Ultramarine #1815AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 79.07%

R = 11.16%
G = 9.77%
B = 79.07%

CMYK

 C value IS 0.86

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1815AA (or 0x1815AA) is known color: Ultramarine. HEX triplet: 18, 15 and AA. RGB value is (24,21,170). Sum of RGB (Red+Green+Blue) = 24+21+170=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 170 (66.80% from 255 or 79.07% from 215); Max value from RGB is 170 - color contains mainly: blue. Hex color #1815AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1815AA is #E7EA55. Grayscale: #262626. Windows color (decimal): -15198806 or 11146520. OLE color: 11146520.

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

Color convert

RGB 24 21 170 -
CMYK 0.86 0.88 0 0.33
HSL 241.21º 0.78% 0.37% -
HSV(B) 241.21º 0.88% 0.67% -
XYZ 7.9 3.63 38.32 -
YUV 38.88 201.99 117.38 -
System Red Green Blue C M Y K H S L
Decimal 24 21 170 0.86 0.88 0 0.33 241.21 0.78 0.37
Hex 18 15 AA 56 58 0 21 F1 4E 25
Octal 30 25 252 126 130 0 41 361 116 45
Binary 11000 10101 10101010 1010110 1011000 0 100001 11110001 1001110 100101

Color Harmonies of #1815AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1815AA

Black with #1815AA

Text Example


Text Example

White with #1815AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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