Html Css Color HEX #121289 Ultramarine

📋 copy color: '#121289'

red 18 ◦ green 18 ◦ blue 137

#121289
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #121289

Tints of Ultramarine #121289

RGB

 RED value IS 18 (7.42% from 255) = 10.4%

 GREEN value IS 18 (7.42% from 255) = 10.4%

 BLUE value IS 137 (53.91% from 255) = 79.19%

R = 10.4%
G = 10.4%
B = 79.19%

CMYK

 C value IS 0.87

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#121289 (or 0x121289) is known color: Ultramarine. HEX triplet: 12, 12 and 89. RGB value is (18,18,137). Sum of RGB (Red+Green+Blue) = 18+18+137=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 137 (53.91% from 255 or 79.19% from 173); Max value from RGB is 137 - color contains mainly: blue. Hex color #121289 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121289 is #EDED76. Grayscale: #1F1F1F. Windows color (decimal): -15592823 or 8983058. OLE color: 8983058.

HSL color Cylindrical-coordinate representation of color #121289: hue angle of 240º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #121289 is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 18 137 -
CMYK 0.87 0.87 0 0.46
HSL 240º 0.77% 0.3% -
HSV(B) 240º 0.87% 0.54% -
XYZ 4.98 2.37 23.86 -
YUV 31.57 187.5 118.32 -
System Red Green Blue C M Y K H S L
Decimal 18 18 137 0.87 0.87 0 0.46 240 0.77 0.3
Hex 12 12 89 57 57 0 2E F0 4D 1E
Octal 22 22 211 127 127 0 56 360 115 36
Binary 10010 10010 10001001 1010111 1010111 0 101110 11110000 1001101 11110

Color Harmonies of #121289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121289

Black with #121289

Text Example


Text Example

White with #121289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121289; }

 p { color: rgb(18,18,137); }

 H1.HeaderClassName
 {
   color: #121289;
 }
 .AnyTagClassName
 {
   color: #121289;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #121289;
 }
 .BgClassName
 {
   background-color: #121289;
 }
</style>

border-color css

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

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

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