Html Css Color HEX #121F94 Ultramarine

📋 copy color: '#121F94'

red 18 ◦ green 31 ◦ blue 148

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

Shades of Ultramarine #121F94

Tints of Ultramarine #121F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 75.13%

R = 9.14%
G = 15.74%
B = 75.13%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#121F94 (or 0x121F94) is known color: Ultramarine. HEX triplet: 12, 1F and 94. RGB value is (18,31,148). Sum of RGB (Red+Green+Blue) = 18+31+148=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 148 (58.20% from 255 or 75.13% from 197); Max value from RGB is 148 - color contains mainly: blue. Hex color #121F94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121F94 is #EDE06B. Grayscale: #272727. Windows color (decimal): -15589484 or 9707282. OLE color: 9707282.

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

Color convert

RGB 18 31 148 -
CMYK 0.88 0.79 0 0.42
HSL 234º 0.78% 0.33% -
HSV(B) 234º 0.88% 0.58% -
XYZ 6.08 3.25 28.32 -
YUV 40.45 188.69 111.99 -
System Red Green Blue C M Y K H S L
Decimal 18 31 148 0.88 0.79 0 0.42 234 0.78 0.33
Hex 12 1F 94 58 4F 0 2A EA 4E 21
Octal 22 37 224 130 117 0 52 352 116 41
Binary 10010 11111 10010100 1011000 1001111 0 101010 11101010 1001110 100001

Color Harmonies of #121F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F94

Black with #121F94

Text Example


Text Example

White with #121F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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