#121A9E

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

Shades of Ultramarine #121A9E

Tints of Ultramarine #121A9E

Color information

#121A9E (or 0x121A9E) is unknown color: approx Ultramarine. HEX triplet: 12, 1A and 9E. RGB value is (18,26,158). Sum of RGB (Red+Green+Blue) = 18+26+158=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 158 (62.11% from 255 or 78.22% from 202); Max value from RGB is 158 - color contains mainly: blue. Hex color #121A9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121A9E is #EDE561. Grayscale: #262626. Windows color (decimal): -15590754 or 10361362. OLE color: 10361362.

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

Color convert

RGB1826158-
CMYK0.890.8400.38
HSL236.57º79.55%34.51%-
HSV(B)236.57º88.61%61.96%-
XYZ6.793.3432.63-
YUV38.66195.35113.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.91%
GREEN value IS 26 (10.55% from 255) = 12.87%
BLUE value IS 158 (62.11% from 255) = 78.22%
R=8.91%
G=12.87%
B=78.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18261580.890.8400.38236.5779.5534.51
Hex121A9E5954026ed5023
Octal223223613112404635512043
Binary100101101010011110101100110101000100110111011011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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