#18017A

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

Shades of Ultramarine #18017A

Tints of Ultramarine #18017A

Color information

#18017A (or 0x18017A) is unknown color: approx Ultramarine. HEX triplet: 18, 01 and 7A. RGB value is (24,1,122). Sum of RGB (Red+Green+Blue) = 24+1+122=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 122 (48.05% from 255 or 82.99% from 147); Max value from RGB is 122 - color contains mainly: blue. Hex color #18017A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18017A is #E7FE85. Grayscale: #151515. Windows color (decimal): -15203974 or 7995672. OLE color: 7995672.

HSL color Cylindrical-coordinate representation of color #18017A: hue angle of 251.4º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18017A is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB241122-
CMYK0.800.9900.52
HSL251.4º98.37%24.12%-
HSV(B)251.4º99.18%47.84%-
XYZ3.91.6218.52-
YUV21.67184.62129.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.33%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 122 (48.05% from 255) = 82.99%
R=16.33%
G=0.68%
B=82.99%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2411220.800.9900.52251.498.3724.12
Hex1817A5063034fb6218
Octal30117212014306437314230
Binary110001111101010100001100011011010011111011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18017A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18017A; }

 p { color: rgb(24,1,122); }

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

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

 a { background-color: rgb(24,1,122); }

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

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

 span { border-color: rgb(24,1,122); }

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