Html Css Color HEX #180998 Ultramarine

📋 copy color: '#180998'

red 24 ◦ green 9 ◦ blue 152

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

Shades of Ultramarine #180998

Tints of Ultramarine #180998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 82.16%

R = 12.97%
G = 4.86%
B = 82.16%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#180998 (or 0x180998) is known color: Ultramarine. HEX triplet: 18, 09 and 98. RGB value is (24,9,152). Sum of RGB (Red+Green+Blue) = 24+9+152=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 152 (59.77% from 255 or 82.16% from 185); Max value from RGB is 152 - color contains mainly: blue. Hex color #180998 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180998 is #E7F667. Grayscale: #1D1D1D. Windows color (decimal): -15201896 or 9963800. OLE color: 9963800.

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

Color convert

RGB 24 9 152 -
CMYK 0.84 0.94 0 0.40
HSL 246.29º 0.89% 0.32% -
HSV(B) 246.29º 0.94% 0.6% -
XYZ 6.14 2.66 29.89 -
YUV 29.79 196.97 123.87 -
System Red Green Blue C M Y K H S L
Decimal 24 9 152 0.84 0.94 0 0.40 246.29 0.89 0.32
Hex 18 9 98 54 5E 0 28 F6 59 20
Octal 30 11 230 124 136 0 50 366 131 40
Binary 11000 1001 10011000 1010100 1011110 0 101000 11110110 1011001 100000

Color Harmonies of #180998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180998

Black with #180998

Text Example


Text Example

White with #180998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180998; }

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

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

background-color css

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

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

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

border-color css

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

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

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