Html Css Color HEX #180997 Ultramarine

📋 copy color: '#180997'

red 24 ◦ green 9 ◦ blue 151

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

Shades of Ultramarine #180997

Tints of Ultramarine #180997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 82.07%

R = 13.04%
G = 4.89%
B = 82.07%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#180997 (or 0x180997) is known color: Ultramarine. HEX triplet: 18, 09 and 97. RGB value is (24,9,151). Sum of RGB (Red+Green+Blue) = 24+9+151=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 151 (59.38% from 255 or 82.07% from 184); Max value from RGB is 151 - color contains mainly: blue. Hex color #180997 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180997 is #E7F668. Grayscale: #1D1D1D. Windows color (decimal): -15201897 or 9898264. OLE color: 9898264.

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

Color convert

RGB 24 9 151 -
CMYK 0.84 0.94 0 0.41
HSL 246.34º 0.89% 0.31% -
HSV(B) 246.34º 0.94% 0.59% -
XYZ 6.06 2.62 29.47 -
YUV 29.67 196.47 123.95 -
System Red Green Blue C M Y K H S L
Decimal 24 9 151 0.84 0.94 0 0.41 246.34 0.89 0.31
Hex 18 9 97 54 5E 0 29 F6 59 1F
Octal 30 11 227 124 136 0 51 366 131 37
Binary 11000 1001 10010111 1010100 1011110 0 101001 11110110 1011001 11111

Color Harmonies of #180997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180997

Black with #180997

Text Example


Text Example

White with #180997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180997; }

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

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

background-color css

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

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

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

border-color css

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

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

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