#12168D

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

Shades of Ultramarine #12168D

Tints of Ultramarine #12168D

Color information

#12168D (or 0x12168D) is unknown color: approx Ultramarine. HEX triplet: 12, 16 and 8D. RGB value is (18,22,141). Sum of RGB (Red+Green+Blue) = 18+22+141=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 141 (55.47% from 255 or 77.90% from 181); Max value from RGB is 141 - color contains mainly: blue. Hex color #12168D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12168D is #EDE972. Grayscale: #212121. Windows color (decimal): -15591795 or 9246226. OLE color: 9246226.

HSL color Cylindrical-coordinate representation of color #12168D: hue angle of 238.05º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12168D is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1822141-
CMYK0.870.8400.45
HSL238.05º77.36%31.18%-
HSV(B)238.05º87.23%55.29%-
XYZ5.342.6325.42-
YUV34.37188.17116.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.94%
GREEN value IS 22 (8.98% from 255) = 12.15%
BLUE value IS 141 (55.47% from 255) = 77.90%
R=9.94%
G=12.15%
B=77.90%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18221410.870.8400.45238.0577.3631.18
Hex12168D575402Dee4d1f
Octal222621512712405535611537
Binary10010101101000110110101111010100010110111101110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12168D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,22,141); }

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

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

 a { background-color: rgb(18,22,141); }

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

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

 span { border-color: rgb(18,22,141); }

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