#180378

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

Shades of Ultramarine #180378

Tints of Ultramarine #180378

Color information

#180378 (or 0x180378) is unknown color: approx Ultramarine. HEX triplet: 18, 03 and 78. RGB value is (24,3,120). Sum of RGB (Red+Green+Blue) = 24+3+120=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 120 (47.27% from 255 or 81.63% from 147); Max value from RGB is 120 - color contains mainly: blue. Hex color #180378 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180378 is #E7FC87. Grayscale: #161616. Windows color (decimal): -15203464 or 7865112. OLE color: 7865112.

HSL color Cylindrical-coordinate representation of color #180378: hue angle of 250.77º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #180378 is Cyan = 0.8, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB243120-
CMYK0.80.9800.53
HSL250.77º95.12%24.12%-
HSV(B)250.77º97.5%47.06%-
XYZ3.81.6217.88-
YUV22.62182.96128.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.33%
GREEN value IS 3 (1.56% from 255) = 2.04%
BLUE value IS 120 (47.27% from 255) = 81.63%
R=16.33%
G=2.04%
B=81.63%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2431200.80.9800.53250.7795.1224.12
Hex183785062035fb5f18
Octal30317012014206537313730
Binary1100011111100010100001100010011010111111011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180378; }

 p { color: rgb(24,3,120); }

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

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

 a { background-color: rgb(24,3,120); }

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

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

 span { border-color: rgb(24,3,120); }

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