#12179E

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

Shades of Ultramarine #12179E

Tints of Ultramarine #12179E

Color information

#12179E (or 0x12179E) is unknown color: approx Ultramarine. HEX triplet: 12, 17 and 9E. RGB value is (18,23,158). Sum of RGB (Red+Green+Blue) = 18+23+158=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 158 (62.11% from 255 or 79.40% from 199); Max value from RGB is 158 - color contains mainly: blue. Hex color #12179E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12179E is #EDE861. Grayscale: #242424. Windows color (decimal): -15591522 or 10360594. OLE color: 10360594.

HSL color Cylindrical-coordinate representation of color #12179E: hue angle of 237.86º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12179E is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1823158-
CMYK0.890.8500.38
HSL237.86º79.55%34.51%-
HSV(B)237.86º88.61%61.96%-
XYZ6.733.2132.61-
YUV36.89196.34114.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.05%
GREEN value IS 23 (9.38% from 255) = 11.56%
BLUE value IS 158 (62.11% from 255) = 79.40%
R=9.05%
G=11.56%
B=79.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18231580.890.8500.38237.8679.5534.51
Hex12179E5955026ee5023
Octal222723613112504635612043
Binary100101011110011110101100110101010100110111011101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12179E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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