#121AA7

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

Shades of Ultramarine #121AA7

Tints of Ultramarine #121AA7

Color information

#121AA7 (or 0x121AA7) is unknown color: approx Ultramarine. HEX triplet: 12, 1A and A7. RGB value is (18,26,167). Sum of RGB (Red+Green+Blue) = 18+26+167=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 167 (65.62% from 255 or 79.15% from 211); Max value from RGB is 167 - color contains mainly: blue. Hex color #121AA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121AA7 is #EDE558. Grayscale: #272727. Windows color (decimal): -15590745 or 10951186. OLE color: 10951186.

HSL color Cylindrical-coordinate representation of color #121AA7: hue angle of 236.78º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #121AA7 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1826167-
CMYK0.890.8400.35
HSL236.78º80.54%36.27%-
HSV(B)236.78º89.22%65.49%-
XYZ7.593.6636.86-
YUV39.68199.85112.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 26 (10.55% from 255) = 12.32%
BLUE value IS 167 (65.62% from 255) = 79.15%
R=8.53%
G=12.32%
B=79.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18261670.890.8400.35236.7880.5436.27
Hex121AA75954023ed5124
Octal223224713112404335512144
Binary100101101010100111101100110101000100011111011011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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