Html Css Color HEX #121A95 Ultramarine

📋 copy color: '#121A95'

red 18 ◦ green 26 ◦ blue 149

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

Shades of Ultramarine #121A95

Tints of Ultramarine #121A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 77.2%

R = 9.33%
G = 13.47%
B = 77.2%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#121A95 (or 0x121A95) is known color: Ultramarine. HEX triplet: 12, 1A and 95. RGB value is (18,26,149). Sum of RGB (Red+Green+Blue) = 18+26+149=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 149 (58.59% from 255 or 77.20% from 193); Max value from RGB is 149 - color contains mainly: blue. Hex color #121A95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121A95 is #EDE56A. Grayscale: #252525. Windows color (decimal): -15590763 or 9771538. OLE color: 9771538.

HSL color Cylindrical-coordinate representation of color #121A95: hue angle of 236.34º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121A95 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 26 149 -
CMYK 0.88 0.83 0 0.42
HSL 236.34º 0.78% 0.33% -
HSV(B) 236.34º 0.88% 0.58% -
XYZ 6.04 3.04 28.7 -
YUV 37.63 190.85 114 -
System Red Green Blue C M Y K H S L
Decimal 18 26 149 0.88 0.83 0 0.42 236.34 0.78 0.33
Hex 12 1A 95 58 53 0 2A EC 4E 21
Octal 22 32 225 130 123 0 52 354 116 41
Binary 10010 11010 10010101 1011000 1010011 0 101010 11101100 1001110 100001

Color Harmonies of #121A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A95

Black with #121A95

Text Example


Text Example

White with #121A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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