#180076

Color #180076 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #180076

Tints of Ultramarine #180076

Color information

#180076 (or 0x180076) is unknown color: approx Ultramarine. HEX triplet: 18, 00 and 76. RGB value is (24,0,118). Sum of RGB (Red+Green+Blue) = 24+0+118=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 118 (46.48% from 255 or 83.10% from 142); Max value from RGB is 118 - color contains mainly: blue. Hex color #180076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180076 is #E7FF89. Grayscale: #141414. Windows color (decimal): -15204234 or 7733272. OLE color: 7733272.

HSL color Cylindrical-coordinate representation of color #180076: hue angle of 252.2º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180076 is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB240118-
CMYK0.80100.54
HSL252.2º100%23.14%-
HSV(B)252.2º100%46.27%-
XYZ3.651.517.24-
YUV20.63182.95130.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 83.10%
R=16.90%
G=0%
B=83.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2401180.80100.54252.210023.14
Hex180765064036fc6417
Octal30016612014406637414427
Binary110000111011010100001100100011011011111100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180076; }

 p { color: rgb(24,0,118); }

 H1.HeaderClassName
 {
   color: #180076;
 }
 .AnyTagClassName
 {
   color: #180076;
 }
</style>
background-color css

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

 a { background-color: rgb(24,0,118); }

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

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

 span { border-color: rgb(24,0,118); }

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