Html Css Color HEX #180994 Ultramarine

📋 copy color: '#180994'

red 24 ◦ green 9 ◦ blue 148

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

Shades of Ultramarine #180994

Tints of Ultramarine #180994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.97%

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

R = 13.26%
G = 4.97%
B = 81.77%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#180994 (or 0x180994) is known color: Ultramarine. HEX triplet: 18, 09 and 94. RGB value is (24,9,148). Sum of RGB (Red+Green+Blue) = 24+9+148=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 148 (58.20% from 255 or 81.77% from 181); Max value from RGB is 148 - color contains mainly: blue. Hex color #180994 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180994 is #E7F66B. Grayscale: #1C1C1C. Windows color (decimal): -15201900 or 9701656. OLE color: 9701656.

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

Color convert

RGB 24 9 148 -
CMYK 0.84 0.94 0 0.42
HSL 246.47º 0.89% 0.31% -
HSV(B) 246.47º 0.94% 0.58% -
XYZ 5.82 2.53 28.2 -
YUV 29.33 194.97 124.2 -
System Red Green Blue C M Y K H S L
Decimal 24 9 148 0.84 0.94 0 0.42 246.47 0.89 0.31
Hex 18 9 94 54 5E 0 2A F6 59 1F
Octal 30 11 224 124 136 0 52 366 131 37
Binary 11000 1001 10010100 1010100 1011110 0 101010 11110110 1011001 11111

Color Harmonies of #180994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180994

Black with #180994

Text Example


Text Example

White with #180994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180994; }

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

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

background-color css

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

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

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

border-color css

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

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

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