Html Css Color HEX #121A8E Ultramarine

📋 copy color: '#121A8E'

red 18 ◦ green 26 ◦ blue 142

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

Shades of Ultramarine #121A8E

Tints of Ultramarine #121A8E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.98%

 BLUE value IS 142 (55.86% from 255) = 76.34%

R = 9.68%
G = 13.98%
B = 76.34%

CMYK

 C value IS 0.87

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#121A8E (or 0x121A8E) is known color: Ultramarine. HEX triplet: 12, 1A and 8E. RGB value is (18,26,142). Sum of RGB (Red+Green+Blue) = 18+26+142=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 142 (55.86% from 255 or 76.34% from 186); Max value from RGB is 142 - color contains mainly: blue. Hex color #121A8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121A8E is #EDE571. Grayscale: #242424. Windows color (decimal): -15590770 or 9312786. OLE color: 9312786.

HSL color Cylindrical-coordinate representation of color #121A8E: hue angle of 236.13º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #121A8E is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 26 142 -
CMYK 0.87 0.82 0 0.44
HSL 236.13º 0.78% 0.31% -
HSV(B) 236.13º 0.87% 0.56% -
XYZ 5.5 2.82 25.85 -
YUV 36.83 187.35 114.57 -
System Red Green Blue C M Y K H S L
Decimal 18 26 142 0.87 0.82 0 0.44 236.13 0.78 0.31
Hex 12 1A 8E 57 52 0 2C EC 4E 1F
Octal 22 32 216 127 122 0 54 354 116 37
Binary 10010 11010 10001110 1010111 1010010 0 101100 11101100 1001110 11111

Color Harmonies of #121A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A8E

Black with #121A8E

Text Example


Text Example

White with #121A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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