#121c9e

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

Shades of Ultramarine #121C9E

Tints of Ultramarine #121C9E

Color information

#121C9E (or 0x121C9E) is unknown color: approx Ultramarine. HEX triplet: 12, 1C and 9E. RGB value is (18,28,158). Sum of RGB (Red+Green+Blue) = 18+28+158=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 158 (62.11% from 255 or 77.45% from 204); Max value from RGB is 158 - color contains mainly: blue. Hex color #121C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121C9E is #EDE361. Grayscale: #272727. Windows color (decimal): -15590242 or 10361874. OLE color: 10361874.

HSL color Cylindrical-coordinate representation of color #121C9E: hue angle of 235.71º 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 #121C9E is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1828158-
CMYK0.890.8200.38
HSL235.71º79.55%34.51%-
HSV(B)235.71º88.61%61.96%-
XYZ6.843.4332.65-
YUV39.83194.69112.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.82%
GREEN value IS 28 (11.33% from 255) = 13.73%
BLUE value IS 158 (62.11% from 255) = 77.45%
R=8.82%
G=13.73%
B=77.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18281580.890.8200.38235.7179.5534.51
Hex121C9E5952026ec5023
Octal223423613112204635412043
Binary100101110010011110101100110100100100110111011001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121c9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121c9e; }

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

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

<style>
 a { background-color: #121c9e; }

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

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

<style>
 span { border-color: #121c9e; }

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

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