Html Css Color HEX #121595 Ultramarine

📋 copy color: '#121595'

red 18 ◦ green 21 ◦ blue 149

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

Shades of Ultramarine #121595

Tints of Ultramarine #121595

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.17%

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

R = 9.57%
G = 11.17%
B = 79.26%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#121595 (or 0x121595) is known color: Ultramarine. HEX triplet: 12, 15 and 95. RGB value is (18,21,149). Sum of RGB (Red+Green+Blue) = 18+21+149=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 149 (58.59% from 255 or 79.26% from 188); Max value from RGB is 149 - color contains mainly: blue. Hex color #121595 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121595 is #EDEA6A. Grayscale: #222222. Windows color (decimal): -15592043 or 9770258. OLE color: 9770258.

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

Color convert

RGB 18 21 149 -
CMYK 0.88 0.86 0 0.42
HSL 238.63º 0.78% 0.33% -
HSV(B) 238.63º 0.88% 0.58% -
XYZ 5.94 2.83 28.67 -
YUV 34.7 192.51 116.09 -
System Red Green Blue C M Y K H S L
Decimal 18 21 149 0.88 0.86 0 0.42 238.63 0.78 0.33
Hex 12 15 95 58 56 0 2A EF 4E 21
Octal 22 25 225 130 126 0 52 357 116 41
Binary 10010 10101 10010101 1011000 1010110 0 101010 11101111 1001110 100001

Color Harmonies of #121595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121595

Black with #121595

Text Example


Text Example

White with #121595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121595; }

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

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

background-color css

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

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

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

border-color css

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

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

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