Html Css Color HEX #121F91 Ultramarine

📋 copy color: '#121F91'

red 18 ◦ green 31 ◦ blue 145

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

Shades of Ultramarine #121F91

Tints of Ultramarine #121F91

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.98%

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

R = 9.28%
G = 15.98%
B = 74.74%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#121F91 (or 0x121F91) is known color: Ultramarine. HEX triplet: 12, 1F and 91. RGB value is (18,31,145). Sum of RGB (Red+Green+Blue) = 18+31+145=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 145 (57.03% from 255 or 74.74% from 194); Max value from RGB is 145 - color contains mainly: blue. Hex color #121F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121F91 is #EDE06E. Grayscale: #272727. Windows color (decimal): -15589487 or 9510674. OLE color: 9510674.

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

Color convert

RGB 18 31 145 -
CMYK 0.88 0.79 0 0.43
HSL 233.86º 0.78% 0.32% -
HSV(B) 233.86º 0.88% 0.57% -
XYZ 5.85 3.15 27.09 -
YUV 40.11 187.19 112.23 -
System Red Green Blue C M Y K H S L
Decimal 18 31 145 0.88 0.79 0 0.43 233.86 0.78 0.32
Hex 12 1F 91 58 4F 0 2B EA 4E 20
Octal 22 37 221 130 117 0 53 352 116 40
Binary 10010 11111 10010001 1011000 1001111 0 101011 11101010 1001110 100000

Color Harmonies of #121F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F91

Black with #121F91

Text Example


Text Example

White with #121F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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