Html Css Color HEX #180584 Ultramarine

📋 copy color: '#180584'

red 24 ◦ green 5 ◦ blue 132

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

Shades of Ultramarine #180584

Tints of Ultramarine #180584

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.11%

 BLUE value IS 132 (51.95% from 255) = 81.99%

R = 14.91%
G = 3.11%
B = 81.99%

CMYK

 C value IS 0.82

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#180584 (or 0x180584) is known color: Ultramarine. HEX triplet: 18, 05 and 84. RGB value is (24,5,132). Sum of RGB (Red+Green+Blue) = 24+5+132=161 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.91% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 132 (51.95% from 255 or 81.99% from 161); Max value from RGB is 132 - color contains mainly: blue. Hex color #180584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180584 is #E7FA7B. Grayscale: #181818. Windows color (decimal): -15202940 or 8652056. OLE color: 8652056.

HSL color Cylindrical-coordinate representation of color #180584: hue angle of 248.98º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #180584 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 24 5 132 -
CMYK 0.82 0.96 0 0.48
HSL 248.98º 0.93% 0.27% -
HSV(B) 248.98º 0.96% 0.52% -
XYZ 4.6 1.97 21.97 -
YUV 25.16 188.29 127.17 -
System Red Green Blue C M Y K H S L
Decimal 24 5 132 0.82 0.96 0 0.48 248.98 0.93 0.27
Hex 18 5 84 52 60 0 30 F9 5D 1B
Octal 30 5 204 122 140 0 60 371 135 33
Binary 11000 101 10000100 1010010 1100000 0 110000 11111001 1011101 11011

Color Harmonies of #180584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180584

Black with #180584

Text Example


Text Example

White with #180584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180584; }

 p { color: rgb(24,5,132); }

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

background-color css

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

 a { background-color: rgb(24,5,132); }

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

border-color css

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

 span { border-color: rgb(24,5,132); }

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