Html Css Color HEX #121A9E Ultramarine

📋 copy color: '#121A9E'

red 18 ◦ green 26 ◦ blue 158

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

Shades of Ultramarine #121A9E

Tints of Ultramarine #121A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 78.22%

R = 8.91%
G = 12.87%
B = 78.22%

CMYK

 C value IS 0.89

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#121A9E (or 0x121A9E) is known color: Ultramarine. HEX triplet: 12, 1A and 9E. RGB value is (18,26,158). Sum of RGB (Red+Green+Blue) = 18+26+158=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 158 (62.11% from 255 or 78.22% from 202); Max value from RGB is 158 - color contains mainly: blue. Hex color #121A9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121A9E is #EDE561. Grayscale: #262626. Windows color (decimal): -15590754 or 10361362. OLE color: 10361362.

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

Color convert

RGB 18 26 158 -
CMYK 0.89 0.84 0 0.38
HSL 236.57º 0.8% 0.35% -
HSV(B) 236.57º 0.89% 0.62% -
XYZ 6.79 3.34 32.63 -
YUV 38.66 195.35 113.27 -
System Red Green Blue C M Y K H S L
Decimal 18 26 158 0.89 0.84 0 0.38 236.57 0.8 0.35
Hex 12 1A 9E 59 54 0 26 ED 50 23
Octal 22 32 236 131 124 0 46 355 120 43
Binary 10010 11010 10011110 1011001 1010100 0 100110 11101101 1010000 100011

Color Harmonies of #121A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A9E

Black with #121A9E

Text Example


Text Example

White with #121A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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