#180685

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

Shades of Ultramarine #180685

Tints of Ultramarine #180685

Color information

#180685 (or 0x180685) is unknown color: approx Ultramarine. HEX triplet: 18, 06 and 85. RGB value is (24,6,133). Sum of RGB (Red+Green+Blue) = 24+6+133=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 133 (52.34% from 255 or 81.60% from 163); Max value from RGB is 133 - color contains mainly: blue. Hex color #180685 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180685 is #E7F97A. Grayscale: #191919. Windows color (decimal): -15202683 or 8717848. OLE color: 8717848.

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

Color convert

RGB246133-
CMYK0.820.9500.48
HSL248.5º91.37%27.25%-
HSV(B)248.5º95.49%52.16%-
XYZ4.682.0222.33-
YUV25.86188.46126.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.72%
GREEN value IS 6 (2.73% from 255) = 3.68%
BLUE value IS 133 (52.34% from 255) = 81.60%
R=14.72%
G=3.68%
B=81.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2461330.820.9500.48248.591.3727.25
Hex18685525F030f95b1b
Octal30620512213706037113333
Binary110001101000010110100101011111011000011111001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180685; }

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

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

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

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

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

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

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

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