Html Css Color HEX #180680 Ultramarine

📋 copy color: '#180680'

red 24 ◦ green 6 ◦ blue 128

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

Shades of Ultramarine #180680

Tints of Ultramarine #180680

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.8%

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

R = 15.19%
G = 3.8%
B = 81.01%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#180680 (or 0x180680) is known color: Ultramarine. HEX triplet: 18, 06 and 80. RGB value is (24,6,128). Sum of RGB (Red+Green+Blue) = 24+6+128=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 128 (50.39% from 255 or 81.01% from 158); Max value from RGB is 128 - color contains mainly: blue. Hex color #180680 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180680 is #E7F97F. Grayscale: #181818. Windows color (decimal): -15202688 or 8390168. OLE color: 8390168.

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

Color convert

RGB 24 6 128 -
CMYK 0.81 0.95 0 0.50
HSL 248.85º 0.91% 0.26% -
HSV(B) 248.85º 0.95% 0.5% -
XYZ 4.34 1.88 20.56 -
YUV 25.29 185.96 127.08 -
System Red Green Blue C M Y K H S L
Decimal 24 6 128 0.81 0.95 0 0.50 248.85 0.91 0.26
Hex 18 6 80 51 5F 0 32 F9 5B 1A
Octal 30 6 200 121 137 0 62 371 133 32
Binary 11000 110 10000000 1010001 1011111 0 110010 11111001 1011011 11010

Color Harmonies of #180680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180680

Black with #180680

Text Example


Text Example

White with #180680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180680; }

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

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

background-color css

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

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

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

border-color css

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

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

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