Html Css Color HEX #180880 Ultramarine

📋 copy color: '#180880'

red 24 ◦ green 8 ◦ blue 128

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

Shades of Ultramarine #180880

Tints of Ultramarine #180880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 80%

R = 15%
G = 5%
B = 80%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#180880 (or 0x180880) is known color: Ultramarine. HEX triplet: 18, 08 and 80. RGB value is (24,8,128). Sum of RGB (Red+Green+Blue) = 24+8+128=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 128 (50.39% from 255 or 80% from 160); Max value from RGB is 128 - color contains mainly: blue. Hex color #180880 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180880 is #E7F77F. Grayscale: #1A1A1A. Windows color (decimal): -15202176 or 8390680. OLE color: 8390680.

HSL color Cylindrical-coordinate representation of color #180880: hue angle of 248º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180880 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 8 128 -
CMYK 0.81 0.94 0 0.50
HSL 248º 0.88% 0.27% -
HSV(B) 248º 0.94% 0.5% -
XYZ 4.36 1.93 20.56 -
YUV 26.46 185.3 126.24 -
System Red Green Blue C M Y K H S L
Decimal 24 8 128 0.81 0.94 0 0.50 248 0.88 0.27
Hex 18 8 80 51 5E 0 32 F8 58 1B
Octal 30 10 200 121 136 0 62 370 130 33
Binary 11000 1000 10000000 1010001 1011110 0 110010 11111000 1011000 11011

Color Harmonies of #180880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180880

Black with #180880

Text Example


Text Example

White with #180880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180880; }

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

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

background-color css

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

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

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

border-color css

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

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

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