Html Css Color HEX #180191 Ultramarine

📋 copy color: '#180191'

red 24 ◦ green 1 ◦ blue 145

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

Shades of Ultramarine #180191

Tints of Ultramarine #180191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 85.29%

R = 14.12%
G = 0.59%
B = 85.29%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#180191 (or 0x180191) is known color: Ultramarine. HEX triplet: 18, 01 and 91. RGB value is (24,1,145). Sum of RGB (Red+Green+Blue) = 24+1+145=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 145 (57.03% from 255 or 85.29% from 170); Max value from RGB is 145 - color contains mainly: blue. Hex color #180191 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180191 is #E7FE6E. Grayscale: #171717. Windows color (decimal): -15203951 or 9503000. OLE color: 9503000.

HSL color Cylindrical-coordinate representation of color #180191: hue angle of 249.58º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #180191 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 24 1 145 -
CMYK 0.83 0.99 0 0.43
HSL 249.58º 0.99% 0.29% -
HSV(B) 249.58º 0.99% 0.57% -
XYZ 5.5 2.26 26.93 -
YUV 24.29 196.12 127.79 -
System Red Green Blue C M Y K H S L
Decimal 24 1 145 0.83 0.99 0 0.43 249.58 0.99 0.29
Hex 18 1 91 53 63 0 2B FA 63 1D
Octal 30 1 221 123 143 0 53 372 143 35
Binary 11000 1 10010001 1010011 1100011 0 101011 11111010 1100011 11101

Color Harmonies of #180191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180191

Black with #180191

Text Example


Text Example

White with #180191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180191; }

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

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

background-color css

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

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

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

border-color css

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

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

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