#18058E

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

Shades of Ultramarine #18058E

Tints of Ultramarine #18058E

Color information

#18058E (or 0x18058E) is unknown color: approx Ultramarine. HEX triplet: 18, 05 and 8E. RGB value is (24,5,142). Sum of RGB (Red+Green+Blue) = 24+5+142=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 142 (55.86% from 255 or 83.04% from 171); Max value from RGB is 142 - color contains mainly: blue. Hex color #18058E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18058E is #E7FA71. Grayscale: #191919. Windows color (decimal): -15202930 or 9307416. OLE color: 9307416.

HSL color Cylindrical-coordinate representation of color #18058E: hue angle of 248.32º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #18058E is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB245142-
CMYK0.830.9600.44
HSL248.32º93.2%28.82%-
HSV(B)248.32º96.48%55.69%-
XYZ5.312.2625.75-
YUV26.3193.29126.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.04%
GREEN value IS 5 (2.34% from 255) = 2.92%
BLUE value IS 142 (55.86% from 255) = 83.04%
R=14.04%
G=2.92%
B=83.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2451420.830.9600.44248.3293.228.82
Hex1858E536002Cf85d1d
Octal30521612314005437013535
Binary110001011000111010100111100000010110011111000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18058E; }

 p { color: rgb(24,5,142); }

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

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

 a { background-color: rgb(24,5,142); }

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

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

 span { border-color: rgb(24,5,142); }

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