Html Css Color HEX #121F88 Ultramarine

📋 copy color: '#121F88'

red 18 ◦ green 31 ◦ blue 136

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

Shades of Ultramarine #121F88

Tints of Ultramarine #121F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 73.51%

R = 9.73%
G = 16.76%
B = 73.51%

CMYK

 C value IS 0.87

 M value IS 0.77

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#121F88 (or 0x121F88) is known color: Ultramarine. HEX triplet: 12, 1F and 88. RGB value is (18,31,136). Sum of RGB (Red+Green+Blue) = 18+31+136=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 136 (53.52% from 255 or 73.51% from 185); Max value from RGB is 136 - color contains mainly: blue. Hex color #121F88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121F88 is #EDE077. Grayscale: #262626. Windows color (decimal): -15589496 or 8920850. OLE color: 8920850.

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

Color convert

RGB 18 31 136 -
CMYK 0.87 0.77 0 0.47
HSL 233.39º 0.77% 0.3% -
HSV(B) 233.39º 0.87% 0.53% -
XYZ 5.18 2.89 23.58 -
YUV 39.08 182.69 112.96 -
System Red Green Blue C M Y K H S L
Decimal 18 31 136 0.87 0.77 0 0.47 233.39 0.77 0.3
Hex 12 1F 88 57 4D 0 2F E9 4D 1E
Octal 22 37 210 127 115 0 57 351 115 36
Binary 10010 11111 10001000 1010111 1001101 0 101111 11101001 1001101 11110

Color Harmonies of #121F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F88

Black with #121F88

Text Example


Text Example

White with #121F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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