Html Css Color HEX #180292 Ultramarine

📋 copy color: '#180292'

red 24 ◦ green 2 ◦ blue 146

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

Shades of Ultramarine #180292

Tints of Ultramarine #180292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 84.88%

R = 13.95%
G = 1.16%
B = 84.88%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#180292 (or 0x180292) is known color: Ultramarine. HEX triplet: 18, 02 and 92. RGB value is (24,2,146). Sum of RGB (Red+Green+Blue) = 24+2+146=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 146 (57.42% from 255 or 84.88% from 172); Max value from RGB is 146 - color contains mainly: blue. Hex color #180292 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180292 is #E7FD6D. Grayscale: #181818. Windows color (decimal): -15203694 or 9568792. OLE color: 9568792.

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

Color convert

RGB 24 2 146 -
CMYK 0.84 0.99 0 0.43
HSL 249.17º 0.97% 0.29% -
HSV(B) 249.17º 0.99% 0.57% -
XYZ 5.59 2.31 27.35 -
YUV 24.99 196.29 127.29 -
System Red Green Blue C M Y K H S L
Decimal 24 2 146 0.84 0.99 0 0.43 249.17 0.97 0.29
Hex 18 2 92 54 63 0 2B F9 61 1D
Octal 30 2 222 124 143 0 53 371 141 35
Binary 11000 10 10010010 1010100 1100011 0 101011 11111001 1100001 11101

Color Harmonies of #180292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180292

Black with #180292

Text Example


Text Example

White with #180292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180292; }

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

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

background-color css

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

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

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

border-color css

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

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

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