Html Css Color HEX #181290 Ultramarine

📋 copy color: '#181290'

red 24 ◦ green 18 ◦ blue 144

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

Shades of Ultramarine #181290

Tints of Ultramarine #181290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 77.42%

R = 12.9%
G = 9.68%
B = 77.42%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#181290 (or 0x181290) is known color: Ultramarine. HEX triplet: 18, 12 and 90. RGB value is (24,18,144). Sum of RGB (Red+Green+Blue) = 24+18+144=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 144 (56.64% from 255 or 77.42% from 186); Max value from RGB is 144 - color contains mainly: blue. Hex color #181290 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181290 is #E7ED6F. Grayscale: #212121. Windows color (decimal): -15199600 or 9441816. OLE color: 9441816.

HSL color Cylindrical-coordinate representation of color #181290: hue angle of 242.86º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #181290 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 18 144 -
CMYK 0.83 0.88 0 0.44
HSL 242.86º 0.78% 0.32% -
HSV(B) 242.86º 0.88% 0.56% -
XYZ 5.63 2.64 26.6 -
YUV 34.16 189.99 120.75 -
System Red Green Blue C M Y K H S L
Decimal 24 18 144 0.83 0.88 0 0.44 242.86 0.78 0.32
Hex 18 12 90 53 58 0 2C F3 4E 20
Octal 30 22 220 123 130 0 54 363 116 40
Binary 11000 10010 10010000 1010011 1011000 0 101100 11110011 1001110 100000

Color Harmonies of #181290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181290

Black with #181290

Text Example


Text Example

White with #181290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181290; }

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

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

background-color css

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

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

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

border-color css

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

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

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