#121A85

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

Shades of Ultramarine #121A85

Tints of Ultramarine #121A85

Color information

#121A85 (or 0x121A85) is unknown color: approx Ultramarine. HEX triplet: 12, 1A and 85. RGB value is (18,26,133). Sum of RGB (Red+Green+Blue) = 18+26+133=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 133 (52.34% from 255 or 75.14% from 177); Max value from RGB is 133 - color contains mainly: blue. Hex color #121A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121A85 is #EDE57A. Grayscale: #232323. Windows color (decimal): -15590779 or 8722962. OLE color: 8722962.

HSL color Cylindrical-coordinate representation of color #121A85: hue angle of 235.83º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #121A85 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1826133-
CMYK0.860.8000.48
HSL235.83º76.16%29.61%-
HSV(B)235.83º86.47%52.16%-
XYZ4.852.5622.43-
YUV35.81182.85115.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.17%
GREEN value IS 26 (10.55% from 255) = 14.69%
BLUE value IS 133 (52.34% from 255) = 75.14%
R=10.17%
G=14.69%
B=75.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18261330.860.8000.48235.8376.1629.61
Hex121A855650030ec4c1e
Octal223220512612006035411436
Binary10010110101000010110101101010000011000011101100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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