Html Css Color HEX #121F90 Ultramarine

📋 copy color: '#121F90'

red 18 ◦ green 31 ◦ blue 144

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

Shades of Ultramarine #121F90

Tints of Ultramarine #121F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 74.61%

R = 9.33%
G = 16.06%
B = 74.61%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#121F90 (or 0x121F90) is known color: Ultramarine. HEX triplet: 12, 1F and 90. RGB value is (18,31,144). Sum of RGB (Red+Green+Blue) = 18+31+144=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 144 (56.64% from 255 or 74.61% from 193); Max value from RGB is 144 - color contains mainly: blue. Hex color #121F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121F90 is #EDE06F. Grayscale: #272727. Windows color (decimal): -15589488 or 9445138. OLE color: 9445138.

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

Color convert

RGB 18 31 144 -
CMYK 0.88 0.78 0 0.44
HSL 233.81º 0.78% 0.32% -
HSV(B) 233.81º 0.88% 0.56% -
XYZ 5.77 3.12 26.68 -
YUV 40 186.69 112.31 -
System Red Green Blue C M Y K H S L
Decimal 18 31 144 0.88 0.78 0 0.44 233.81 0.78 0.32
Hex 12 1F 90 58 4E 0 2C EA 4E 20
Octal 22 37 220 130 116 0 54 352 116 40
Binary 10010 11111 10010000 1011000 1001110 0 101100 11101010 1001110 100000

Color Harmonies of #121F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F90

Black with #121F90

Text Example


Text Example

White with #121F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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