Html Css Color HEX #1812A0 Ultramarine

📋 copy color: '#1812A0'

red 24 ◦ green 18 ◦ blue 160

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

Shades of Ultramarine #1812A0

Tints of Ultramarine #1812A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 79.21%

R = 11.88%
G = 8.91%
B = 79.21%

CMYK

 C value IS 0.85

 M value IS 0.89

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1812A0 (or 0x1812A0) is known color: Ultramarine. HEX triplet: 18, 12 and A0. RGB value is (24,18,160). Sum of RGB (Red+Green+Blue) = 24+18+160=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 160 (62.89% from 255 or 79.21% from 202); Max value from RGB is 160 - color contains mainly: blue. Hex color #1812A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1812A0 is #E7ED5F. Grayscale: #232323. Windows color (decimal): -15199584 or 10490392. OLE color: 10490392.

HSL color Cylindrical-coordinate representation of color #1812A0: hue angle of 242.54º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1812A0 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 24 18 160 -
CMYK 0.85 0.89 0 0.37
HSL 242.54º 0.8% 0.35% -
HSV(B) 242.54º 0.89% 0.63% -
XYZ 6.94 3.16 33.5 -
YUV 35.98 197.99 119.45 -
System Red Green Blue C M Y K H S L
Decimal 24 18 160 0.85 0.89 0 0.37 242.54 0.8 0.35
Hex 18 12 A0 55 59 0 25 F3 50 23
Octal 30 22 240 125 131 0 45 363 120 43
Binary 11000 10010 10100000 1010101 1011001 0 100101 11110011 1010000 100011

Color Harmonies of #1812A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1812A0

Black with #1812A0

Text Example


Text Example

White with #1812A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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