Html Css Color HEX #121995 Ultramarine

📋 copy color: '#121995'

red 18 ◦ green 25 ◦ blue 149

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

Shades of Ultramarine #121995

Tints of Ultramarine #121995

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.02%

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

R = 9.38%
G = 13.02%
B = 77.6%

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

#121995 (or 0x121995) is known color: Ultramarine. HEX triplet: 12, 19 and 95. RGB value is (18,25,149). Sum of RGB (Red+Green+Blue) = 18+25+149=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 149 (58.59% from 255 or 77.60% from 192); Max value from RGB is 149 - color contains mainly: blue. Hex color #121995 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121995 is #EDE66A. Grayscale: #242424. Windows color (decimal): -15591019 or 9771282. OLE color: 9771282.

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

Color convert

RGB 18 25 149 -
CMYK 0.88 0.83 0 0.42
HSL 236.79º 0.78% 0.33% -
HSV(B) 236.79º 0.88% 0.58% -
XYZ 6.02 2.99 28.69 -
YUV 37.04 191.18 114.42 -
System Red Green Blue C M Y K H S L
Decimal 18 25 149 0.88 0.83 0 0.42 236.79 0.78 0.33
Hex 12 19 95 58 53 0 2A ED 4E 21
Octal 22 31 225 130 123 0 52 355 116 41
Binary 10010 11001 10010101 1011000 1010011 0 101010 11101101 1001110 100001

Color Harmonies of #121995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121995

Black with #121995

Text Example


Text Example

White with #121995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121995; }

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

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

background-color css

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

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

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

border-color css

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

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

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