#121B9C

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

Shades of Ultramarine #121B9C

Tints of Ultramarine #121B9C

Color information

#121B9C (or 0x121B9C) is unknown color: approx Ultramarine. HEX triplet: 12, 1B and 9C. RGB value is (18,27,156). Sum of RGB (Red+Green+Blue) = 18+27+156=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 156 (61.33% from 255 or 77.61% from 201); Max value from RGB is 156 - color contains mainly: blue. Hex color #121B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121B9C is #EDE463. Grayscale: #262626. Windows color (decimal): -15590500 or 10230546. OLE color: 10230546.

HSL color Cylindrical-coordinate representation of color #121B9C: hue angle of 236.09º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121B9C is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1827156-
CMYK0.880.8300.39
HSL236.09º79.31%34.12%-
HSV(B)236.09º88.46%61.18%-
XYZ6.643.3131.74-
YUV39.02194.02113.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.96%
GREEN value IS 27 (10.94% from 255) = 13.43%
BLUE value IS 156 (61.33% from 255) = 77.61%
R=8.96%
G=13.43%
B=77.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal18271560.880.8300.39236.0979.3134.12
Hex121B9C5853027ec4f22
Octal223323413012304735411742
Binary100101101110011100101100010100110100111111011001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,27,156); }

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

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

 a { background-color: rgb(18,27,156); }

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

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

 span { border-color: rgb(18,27,156); }

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