Html Css Color HEX #121C8E Ultramarine

📋 copy color: '#121C8E'

red 18 ◦ green 28 ◦ blue 142

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

Shades of Ultramarine #121C8E

Tints of Ultramarine #121C8E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.89%

 BLUE value IS 142 (55.86% from 255) = 75.53%

R = 9.57%
G = 14.89%
B = 75.53%

CMYK

 C value IS 0.87

 M value IS 0.80

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#121C8E (or 0x121C8E) is known color: Ultramarine. HEX triplet: 12, 1C and 8E. RGB value is (18,28,142). Sum of RGB (Red+Green+Blue) = 18+28+142=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 142 (55.86% from 255 or 75.53% from 188); Max value from RGB is 142 - color contains mainly: blue. Hex color #121C8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121C8E is #EDE371. Grayscale: #252525. Windows color (decimal): -15590258 or 9313298. OLE color: 9313298.

HSL color Cylindrical-coordinate representation of color #121C8E: hue angle of 235.16º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #121C8E is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 28 142 -
CMYK 0.87 0.80 0 0.44
HSL 235.16º 0.78% 0.31% -
HSV(B) 235.16º 0.87% 0.56% -
XYZ 5.55 2.91 25.86 -
YUV 38.01 186.69 113.73 -
System Red Green Blue C M Y K H S L
Decimal 18 28 142 0.87 0.80 0 0.44 235.16 0.78 0.31
Hex 12 1C 8E 57 50 0 2C EB 4E 1F
Octal 22 34 216 127 120 0 54 353 116 37
Binary 10010 11100 10001110 1010111 1010000 0 101100 11101011 1001110 11111

Color Harmonies of #121C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C8E

Black with #121C8E

Text Example


Text Example

White with #121C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,28,142); }

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

background-color css

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

 a { background-color: rgb(18,28,142); }

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

border-color css

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

 span { border-color: rgb(18,28,142); }

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