Html Css Color HEX #121F99 Ultramarine

📋 copy color: '#121F99'

red 18 ◦ green 31 ◦ blue 153

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

Shades of Ultramarine #121F99

Tints of Ultramarine #121F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 75.74%

R = 8.91%
G = 15.35%
B = 75.74%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#121F99 (or 0x121F99) is known color: Ultramarine. HEX triplet: 12, 1F and 99. RGB value is (18,31,153). Sum of RGB (Red+Green+Blue) = 18+31+153=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 31 (12.5% from 255 or 15.35% from 202); Blue value is 153 (60.16% from 255 or 75.74% from 202); Max value from RGB is 153 - color contains mainly: blue. Hex color #121F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121F99 is #EDE066. Grayscale: #282828. Windows color (decimal): -15589479 or 10034962. OLE color: 10034962.

HSL color Cylindrical-coordinate representation of color #121F99: hue angle of 234.22º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121F99 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 18 31 153 -
CMYK 0.88 0.80 0 0.4
HSL 234.22º 0.79% 0.34% -
HSV(B) 234.22º 0.88% 0.6% -
XYZ 6.49 3.41 30.45 -
YUV 41.02 191.19 111.58 -
System Red Green Blue C M Y K H S L
Decimal 18 31 153 0.88 0.80 0 0.4 234.22 0.79 0.34
Hex 12 1F 99 58 50 0 28 EA 4F 22
Octal 22 37 231 130 120 0 50 352 117 42
Binary 10010 11111 10011001 1011000 1010000 0 101000 11101010 1001111 100010

Color Harmonies of #121F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F99

Black with #121F99

Text Example


Text Example

White with #121F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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