#18029D

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

Shades of Ultramarine #18029D

Tints of Ultramarine #18029D

Color information

#18029D (or 0x18029D) is unknown color: approx Ultramarine. HEX triplet: 18, 02 and 9D. RGB value is (24,2,157). Sum of RGB (Red+Green+Blue) = 24+2+157=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 157 (61.72% from 255 or 85.79% from 183); Max value from RGB is 157 - color contains mainly: blue. Hex color #18029D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18029D is #E7FD62. Grayscale: #191919. Windows color (decimal): -15203683 or 10289688. OLE color: 10289688.

HSL color Cylindrical-coordinate representation of color #18029D: hue angle of 248.52º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18029D is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB242157-
CMYK0.850.9900.38
HSL248.52º97.48%31.18%-
HSV(B)248.52º98.73%61.57%-
XYZ6.482.6732.07-
YUV26.25201.79126.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.11%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 157 (61.72% from 255) = 85.79%
R=13.11%
G=1.09%
B=85.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2421570.850.9900.38248.5297.4831.18
Hex1829D5563026f9611f
Octal30223512514304637114137
Binary11000101001110110101011100011010011011111001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18029D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18029D; }

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

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

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

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

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

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

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

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