Html Css Color HEX #180197 Ultramarine

📋 copy color: '#180197'

red 24 ◦ green 1 ◦ blue 151

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

Shades of Ultramarine #180197

Tints of Ultramarine #180197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 13.64%
G = 0.57%
B = 85.8%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#180197 (or 0x180197) is known color: Ultramarine. HEX triplet: 18, 01 and 97. RGB value is (24,1,151). Sum of RGB (Red+Green+Blue) = 24+1+151=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 151 (59.38% from 255 or 85.80% from 176); Max value from RGB is 151 - color contains mainly: blue. Hex color #180197 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180197 is #E7FE68. Grayscale: #181818. Windows color (decimal): -15203945 or 9896216. OLE color: 9896216.

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

Color convert

RGB 24 1 151 -
CMYK 0.84 0.99 0 0.41
HSL 249.2º 0.99% 0.3% -
HSV(B) 249.2º 0.99% 0.59% -
XYZ 5.97 2.45 29.44 -
YUV 24.98 199.12 127.3 -
System Red Green Blue C M Y K H S L
Decimal 24 1 151 0.84 0.99 0 0.41 249.2 0.99 0.3
Hex 18 1 97 54 63 0 29 F9 63 1E
Octal 30 1 227 124 143 0 51 371 143 36
Binary 11000 1 10010111 1010100 1100011 0 101001 11111001 1100011 11110

Color Harmonies of #180197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180197

Black with #180197

Text Example


Text Example

White with #180197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180197; }

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

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

background-color css

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

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

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

border-color css

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

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

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