Html Css Color HEX #121B93 Ultramarine

📋 copy color: '#121B93'

red 18 ◦ green 27 ◦ blue 147

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

Shades of Ultramarine #121B93

Tints of Ultramarine #121B93

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.06%

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

R = 9.38%
G = 14.06%
B = 76.56%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#121B93 (or 0x121B93) is known color: Ultramarine. HEX triplet: 12, 1B and 93. RGB value is (18,27,147). Sum of RGB (Red+Green+Blue) = 18+27+147=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 147 (57.81% from 255 or 76.56% from 192); Max value from RGB is 147 - color contains mainly: blue. Hex color #121B93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121B93 is #EDE46C. Grayscale: #252525. Windows color (decimal): -15590509 or 9640722. OLE color: 9640722.

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

Color convert

RGB 18 27 147 -
CMYK 0.88 0.82 0 0.42
HSL 235.81º 0.78% 0.32% -
HSV(B) 235.81º 0.88% 0.58% -
XYZ 5.91 3.02 27.88 -
YUV 37.99 189.52 113.74 -
System Red Green Blue C M Y K H S L
Decimal 18 27 147 0.88 0.82 0 0.42 235.81 0.78 0.32
Hex 12 1B 93 58 52 0 2A EC 4E 20
Octal 22 33 223 130 122 0 52 354 116 40
Binary 10010 11011 10010011 1011000 1010010 0 101010 11101100 1001110 100000

Color Harmonies of #121B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B93

Black with #121B93

Text Example


Text Example

White with #121B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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