#121E94

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

Shades of Ultramarine #121E94

Tints of Ultramarine #121E94

Color information

#121E94 (or 0x121E94) is unknown color: approx Ultramarine. HEX triplet: 12, 1E and 94. RGB value is (18,30,148). Sum of RGB (Red+Green+Blue) = 18+30+148=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 148 (58.20% from 255 or 75.51% from 196); Max value from RGB is 148 - color contains mainly: blue. Hex color #121E94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121E94 is #EDE16B. Grayscale: #272727. Windows color (decimal): -15589740 or 9707026. OLE color: 9707026.

HSL color Cylindrical-coordinate representation of color #121E94: hue angle of 234.46º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121E94 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1830148-
CMYK0.880.8000.42
HSL234.46º78.31%32.55%-
HSV(B)234.46º87.84%58.04%-
XYZ6.063.228.31-
YUV39.86189.02112.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.18%
GREEN value IS 30 (12.11% from 255) = 15.31%
BLUE value IS 148 (58.20% from 255) = 75.51%
R=9.18%
G=15.31%
B=75.51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18301480.880.8000.42234.4678.3132.55
Hex121E94585002Aea4e21
Octal223622413012005235211641
Binary100101111010010100101100010100000101010111010101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,30,148); }

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

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

 a { background-color: rgb(18,30,148); }

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

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

 span { border-color: rgb(18,30,148); }

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