#12178D

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

Shades of Ultramarine #12178D

Tints of Ultramarine #12178D

Color information

#12178D (or 0x12178D) is unknown color: approx Ultramarine. HEX triplet: 12, 17 and 8D. RGB value is (18,23,141). Sum of RGB (Red+Green+Blue) = 18+23+141=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 141 (55.47% from 255 or 77.47% from 182); Max value from RGB is 141 - color contains mainly: blue. Hex color #12178D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12178D is #EDE872. Grayscale: #222222. Windows color (decimal): -15591539 or 9246482. OLE color: 9246482.

HSL color Cylindrical-coordinate representation of color #12178D: hue angle of 237.56º 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 #12178D is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1823141-
CMYK0.870.8400.45
HSL237.56º77.36%31.18%-
HSV(B)237.56º87.23%55.29%-
XYZ5.362.6625.43-
YUV34.96187.84115.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.89%
GREEN value IS 23 (9.38% from 255) = 12.64%
BLUE value IS 141 (55.47% from 255) = 77.47%
R=9.89%
G=12.64%
B=77.47%

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
Decimal18231410.870.8400.45237.5677.3631.18
Hex12178D575402Dee4d1f
Octal222721512712405535611537
Binary10010101111000110110101111010100010110111101110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12178D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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