Html Css Color HEX #121C95 Ultramarine

📋 copy color: '#121C95'

red 18 ◦ green 28 ◦ blue 149

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

Shades of Ultramarine #121C95

Tints of Ultramarine #121C95

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.36%

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

R = 9.23%
G = 14.36%
B = 76.41%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#121C95 (or 0x121C95) is known color: Ultramarine. HEX triplet: 12, 1C and 95. RGB value is (18,28,149). Sum of RGB (Red+Green+Blue) = 18+28+149=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 149 (58.59% from 255 or 76.41% from 195); Max value from RGB is 149 - color contains mainly: blue. Hex color #121C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121C95 is #EDE36A. Grayscale: #262626. Windows color (decimal): -15590251 or 9772050. OLE color: 9772050.

HSL color Cylindrical-coordinate representation of color #121C95: hue angle of 235.42º 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 #121C95 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 28 149 -
CMYK 0.88 0.81 0 0.42
HSL 235.42º 0.78% 0.33% -
HSV(B) 235.42º 0.88% 0.58% -
XYZ 6.09 3.13 28.72 -
YUV 38.8 190.19 113.16 -
System Red Green Blue C M Y K H S L
Decimal 18 28 149 0.88 0.81 0 0.42 235.42 0.78 0.33
Hex 12 1C 95 58 51 0 2A EB 4E 21
Octal 22 34 225 130 121 0 52 353 116 41
Binary 10010 11100 10010101 1011000 1010001 0 101010 11101011 1001110 100001

Color Harmonies of #121C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C95

Black with #121C95

Text Example


Text Example

White with #121C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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