Html Css Color HEX #1812AA Ultramarine

📋 copy color: '#1812AA'

red 24 ◦ green 18 ◦ blue 170

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

Shades of Ultramarine #1812AA

Tints of Ultramarine #1812AA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.49%

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

R = 11.32%
G = 8.49%
B = 80.19%

CMYK

 C value IS 0.86

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1812AA (or 0x1812AA) is known color: Ultramarine. HEX triplet: 18, 12 and AA. RGB value is (24,18,170). Sum of RGB (Red+Green+Blue) = 24+18+170=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 170 (66.80% from 255 or 80.19% from 212); Max value from RGB is 170 - color contains mainly: blue. Hex color #1812AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1812AA is #E7ED55. Grayscale: #242424. Windows color (decimal): -15199574 or 11145752. OLE color: 11145752.

HSL color Cylindrical-coordinate representation of color #1812AA: hue angle of 242.37º degrees, saturation: 0.81, 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 #1812AA is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 18 170 -
CMYK 0.86 0.89 0 0.33
HSL 242.37º 0.81% 0.37% -
HSV(B) 242.37º 0.89% 0.67% -
XYZ 7.85 3.53 38.3 -
YUV 37.12 202.99 118.64 -
System Red Green Blue C M Y K H S L
Decimal 24 18 170 0.86 0.89 0 0.33 242.37 0.81 0.37
Hex 18 12 AA 56 59 0 21 F2 51 25
Octal 30 22 252 126 131 0 41 362 121 45
Binary 11000 10010 10101010 1010110 1011001 0 100001 11110010 1010001 100101

Color Harmonies of #1812AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1812AA

Black with #1812AA

Text Example


Text Example

White with #1812AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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