Html Css Color HEX #121E98 Ultramarine

📋 copy color: '#121E98'

red 18 ◦ green 30 ◦ blue 152

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

Shades of Ultramarine #121E98

Tints of Ultramarine #121E98

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15%

 BLUE value IS 152 (59.77% from 255) = 76%

R = 9%
G = 15%
B = 76%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#121E98 (or 0x121E98) is known color: Ultramarine. HEX triplet: 12, 1E and 98. RGB value is (18,30,152). Sum of RGB (Red+Green+Blue) = 18+30+152=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 152 (59.77% from 255 or 76% from 200); Max value from RGB is 152 - color contains mainly: blue. Hex color #121E98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121E98 is #EDE167. Grayscale: #272727. Windows color (decimal): -15589736 or 9969170. OLE color: 9969170.

HSL color Cylindrical-coordinate representation of color #121E98: hue angle of 234.63º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121E98 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 30 152 -
CMYK 0.88 0.80 0 0.40
HSL 234.63º 0.79% 0.33% -
HSV(B) 234.63º 0.88% 0.6% -
XYZ 6.38 3.32 30.01 -
YUV 40.32 191.02 112.08 -
System Red Green Blue C M Y K H S L
Decimal 18 30 152 0.88 0.80 0 0.40 234.63 0.79 0.33
Hex 12 1E 98 58 50 0 28 EB 4F 21
Octal 22 36 230 130 120 0 50 353 117 41
Binary 10010 11110 10011000 1011000 1010000 0 101000 11101011 1001111 100001

Color Harmonies of #121E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E98

Black with #121E98

Text Example


Text Example

White with #121E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,30,152); }

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

background-color css

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

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

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

border-color css

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

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

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