Html Css Color HEX #121F93 Ultramarine

📋 copy color: '#121F93'

red 18 ◦ green 31 ◦ blue 147

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

Shades of Ultramarine #121F93

Tints of Ultramarine #121F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 75%

R = 9.18%
G = 15.82%
B = 75%

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

#121F93 (or 0x121F93) is known color: Ultramarine. HEX triplet: 12, 1F and 93. RGB value is (18,31,147). Sum of RGB (Red+Green+Blue) = 18+31+147=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 31 (12.5% from 255 or 15.82% from 196); Blue value is 147 (57.81% from 255 or 75% from 196); Max value from RGB is 147 - color contains mainly: blue. Hex color #121F93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121F93 is #EDE06C. Grayscale: #272727. Windows color (decimal): -15589485 or 9641746. OLE color: 9641746.

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

Color convert

RGB 18 31 147 -
CMYK 0.88 0.79 0 0.42
HSL 233.95º 0.78% 0.32% -
HSV(B) 233.95º 0.88% 0.58% -
XYZ 6.01 3.22 27.91 -
YUV 40.34 188.19 112.07 -
System Red Green Blue C M Y K H S L
Decimal 18 31 147 0.88 0.79 0 0.42 233.95 0.78 0.32
Hex 12 1F 93 58 4F 0 2A EA 4E 20
Octal 22 37 223 130 117 0 52 352 116 40
Binary 10010 11111 10010011 1011000 1001111 0 101010 11101010 1001110 100000

Color Harmonies of #121F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F93

Black with #121F93

Text Example


Text Example

White with #121F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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