#18027C

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

Shades of Ultramarine #18027C

Tints of Ultramarine #18027C

Color information

#18027C (or 0x18027C) is unknown color: approx Ultramarine. HEX triplet: 18, 02 and 7C. RGB value is (24,2,124). Sum of RGB (Red+Green+Blue) = 24+2+124=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 124 (48.83% from 255 or 82.67% from 150); Max value from RGB is 124 - color contains mainly: blue. Hex color #18027C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18027C is #E7FD83. Grayscale: #161616. Windows color (decimal): -15203716 or 8127000. OLE color: 8127000.

HSL color Cylindrical-coordinate representation of color #18027C: hue angle of 250.82º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18027C is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB242124-
CMYK0.810.9800.51
HSL250.82º96.83%24.71%-
HSV(B)250.82º98.39%48.63%-
XYZ4.041.6919.18-
YUV22.49185.29129.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16%
GREEN value IS 2 (1.17% from 255) = 1.33%
BLUE value IS 124 (48.83% from 255) = 82.67%
R=16%
G=1.33%
B=82.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2421240.810.9800.51250.8296.8324.71
Hex1827C5162033fb6119
Octal30217412114206337314131
Binary1100010111110010100011100010011001111111011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18027C; }

 p { color: rgb(24,2,124); }

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

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

 a { background-color: rgb(24,2,124); }

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

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

 span { border-color: rgb(24,2,124); }

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