Html Css Color HEX #181294 Ultramarine

📋 copy color: '#181294'

red 24 ◦ green 18 ◦ blue 148

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

Shades of Ultramarine #181294

Tints of Ultramarine #181294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 77.89%

R = 12.63%
G = 9.47%
B = 77.89%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#181294 (or 0x181294) is known color: Ultramarine. HEX triplet: 18, 12 and 94. RGB value is (24,18,148). Sum of RGB (Red+Green+Blue) = 24+18+148=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 148 (58.20% from 255 or 77.89% from 190); Max value from RGB is 148 - color contains mainly: blue. Hex color #181294 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181294 is #E7ED6B. Grayscale: #222222. Windows color (decimal): -15199596 or 9703960. OLE color: 9703960.

HSL color Cylindrical-coordinate representation of color #181294: hue angle of 242.77º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #181294 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 18 148 -
CMYK 0.84 0.88 0 0.42
HSL 242.77º 0.78% 0.33% -
HSV(B) 242.77º 0.88% 0.58% -
XYZ 5.94 2.76 28.24 -
YUV 34.61 191.99 120.43 -
System Red Green Blue C M Y K H S L
Decimal 24 18 148 0.84 0.88 0 0.42 242.77 0.78 0.33
Hex 18 12 94 54 58 0 2A F3 4E 21
Octal 30 22 224 124 130 0 52 363 116 41
Binary 11000 10010 10010100 1010100 1011000 0 101010 11110011 1001110 100001

Color Harmonies of #181294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181294

Black with #181294

Text Example


Text Example

White with #181294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181294; }

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

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

background-color css

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

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

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

border-color css

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

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

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