Html Css Color HEX #180291 Ultramarine

📋 copy color: '#180291'

red 24 ◦ green 2 ◦ blue 145

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

Shades of Ultramarine #180291

Tints of Ultramarine #180291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.17%

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

R = 14.04%
G = 1.17%
B = 84.8%

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

#180291 (or 0x180291) is known color: Ultramarine. HEX triplet: 18, 02 and 91. RGB value is (24,2,145). Sum of RGB (Red+Green+Blue) = 24+2+145=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 145 (57.03% from 255 or 84.80% from 171); Max value from RGB is 145 - color contains mainly: blue. Hex color #180291 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180291 is #E7FD6E. Grayscale: #181818. Windows color (decimal): -15203695 or 9503256. OLE color: 9503256.

HSL color Cylindrical-coordinate representation of color #180291: hue angle of 249.23º degrees, saturation: 0.97, 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 #180291 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 24 2 145 -
CMYK 0.83 0.99 0 0.43
HSL 249.23º 0.97% 0.29% -
HSV(B) 249.23º 0.99% 0.57% -
XYZ 5.51 2.28 26.94 -
YUV 24.88 195.79 127.37 -
System Red Green Blue C M Y K H S L
Decimal 24 2 145 0.83 0.99 0 0.43 249.23 0.97 0.29
Hex 18 2 91 53 63 0 2B F9 61 1D
Octal 30 2 221 123 143 0 53 371 141 35
Binary 11000 10 10010001 1010011 1100011 0 101011 11111001 1100001 11101

Color Harmonies of #180291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180291

Black with #180291

Text Example


Text Example

White with #180291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180291; }

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

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

background-color css

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

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

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

border-color css

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

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

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