Html Css Color HEX #121F89 Ultramarine

📋 copy color: '#121F89'

red 18 ◦ green 31 ◦ blue 137

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

Shades of Ultramarine #121F89

Tints of Ultramarine #121F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 73.66%

R = 9.68%
G = 16.67%
B = 73.66%

CMYK

 C value IS 0.87

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#121F89 (or 0x121F89) is known color: Ultramarine. HEX triplet: 12, 1F and 89. RGB value is (18,31,137). Sum of RGB (Red+Green+Blue) = 18+31+137=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 137 (53.91% from 255 or 73.66% from 186); Max value from RGB is 137 - color contains mainly: blue. Hex color #121F89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121F89 is #EDE076. Grayscale: #262626. Windows color (decimal): -15589495 or 8986386. OLE color: 8986386.

HSL color Cylindrical-coordinate representation of color #121F89: hue angle of 233.45º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #121F89 is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 31 137 -
CMYK 0.87 0.77 0 0.46
HSL 233.45º 0.77% 0.3% -
HSV(B) 233.45º 0.87% 0.54% -
XYZ 5.25 2.91 23.95 -
YUV 39.2 183.19 112.88 -
System Red Green Blue C M Y K H S L
Decimal 18 31 137 0.87 0.77 0 0.46 233.45 0.77 0.3
Hex 12 1F 89 57 4D 0 2E E9 4D 1E
Octal 22 37 211 127 115 0 56 351 115 36
Binary 10010 11111 10001001 1010111 1001101 0 101110 11101001 1001101 11110

Color Harmonies of #121F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F89

Black with #121F89

Text Example


Text Example

White with #121F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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