Html Css Color HEX #121591 Ultramarine

📋 copy color: '#121591'

red 18 ◦ green 21 ◦ blue 145

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

Shades of Ultramarine #121591

Tints of Ultramarine #121591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 78.8%

R = 9.78%
G = 11.41%
B = 78.8%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#121591 (or 0x121591) is known color: Ultramarine. HEX triplet: 12, 15 and 91. RGB value is (18,21,145). Sum of RGB (Red+Green+Blue) = 18+21+145=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 145 (57.03% from 255 or 78.80% from 184); Max value from RGB is 145 - color contains mainly: blue. Hex color #121591 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121591 is #EDEA6E. Grayscale: #212121. Windows color (decimal): -15592047 or 9508114. OLE color: 9508114.

HSL color Cylindrical-coordinate representation of color #121591: hue angle of 238.58º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121591 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 21 145 -
CMYK 0.88 0.86 0 0.43
HSL 238.58º 0.78% 0.32% -
HSV(B) 238.58º 0.88% 0.57% -
XYZ 5.63 2.71 27.01 -
YUV 34.24 190.51 116.42 -
System Red Green Blue C M Y K H S L
Decimal 18 21 145 0.88 0.86 0 0.43 238.58 0.78 0.32
Hex 12 15 91 58 56 0 2B EF 4E 20
Octal 22 25 221 130 126 0 53 357 116 40
Binary 10010 10101 10010001 1011000 1010110 0 101011 11101111 1001110 100000

Color Harmonies of #121591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121591

Black with #121591

Text Example


Text Example

White with #121591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121591; }

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

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

background-color css

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

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

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

border-color css

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

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

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