Html Css Color HEX #180884 Ultramarine

📋 copy color: '#180884'

red 24 ◦ green 8 ◦ blue 132

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

Shades of Ultramarine #180884

Tints of Ultramarine #180884

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.88%

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

R = 14.63%
G = 4.88%
B = 80.49%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#180884 (or 0x180884) is known color: Ultramarine. HEX triplet: 18, 08 and 84. RGB value is (24,8,132). Sum of RGB (Red+Green+Blue) = 24+8+132=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 132 (51.95% from 255 or 80.49% from 164); Max value from RGB is 132 - color contains mainly: blue. Hex color #180884 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180884 is #E7F77B. Grayscale: #1A1A1A. Windows color (decimal): -15202172 or 8652824. OLE color: 8652824.

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

Color convert

RGB 24 8 132 -
CMYK 0.82 0.94 0 0.48
HSL 247.74º 0.89% 0.27% -
HSV(B) 247.74º 0.94% 0.52% -
XYZ 4.63 2.03 21.98 -
YUV 26.92 187.3 125.92 -
System Red Green Blue C M Y K H S L
Decimal 24 8 132 0.82 0.94 0 0.48 247.74 0.89 0.27
Hex 18 8 84 52 5E 0 30 F8 59 1B
Octal 30 10 204 122 136 0 60 370 131 33
Binary 11000 1000 10000100 1010010 1011110 0 110000 11111000 1011001 11011

Color Harmonies of #180884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180884

Black with #180884

Text Example


Text Example

White with #180884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180884; }

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

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

background-color css

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

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

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

border-color css

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

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

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