#18087F

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

Shades of Ultramarine #18087F

Tints of Ultramarine #18087F

Color information

#18087F (or 0x18087F) is unknown color: approx Ultramarine. HEX triplet: 18, 08 and 7F. RGB value is (24,8,127). Sum of RGB (Red+Green+Blue) = 24+8+127=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 127 (50% from 255 or 79.87% from 159); Max value from RGB is 127 - color contains mainly: blue. Hex color #18087F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18087F is #E7F780. Grayscale: #191919. Windows color (decimal): -15202177 or 8325144. OLE color: 8325144.

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

Color convert

RGB248127-
CMYK0.810.9400.50
HSL248.07º88.15%26.47%-
HSV(B)248.07º93.7%49.8%-
XYZ4.291.920.22-
YUV26.35184.8126.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.09%
GREEN value IS 8 (3.52% from 255) = 5.03%
BLUE value IS 127 (50% from 255) = 79.87%
R=15.09%
G=5.03%
B=79.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2481270.810.9400.50248.0788.1526.47
Hex1887F515E032f8581a
Octal301017712113606237013032
Binary110001000111111110100011011110011001011111000101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18087F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18087F; }

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

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

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

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

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

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

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

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