Html Css Color HEX #121C9D Ultramarine

📋 copy color: '#121C9D'

red 18 ◦ green 28 ◦ blue 157

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

Shades of Ultramarine #121C9D

Tints of Ultramarine #121C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 77.34%

R = 8.87%
G = 13.79%
B = 77.34%

CMYK

 C value IS 0.89

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#121C9D (or 0x121C9D) is known color: Ultramarine. HEX triplet: 12, 1C and 9D. RGB value is (18,28,157). Sum of RGB (Red+Green+Blue) = 18+28+157=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 157 (61.72% from 255 or 77.34% from 203); Max value from RGB is 157 - color contains mainly: blue. Hex color #121C9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121C9D is #EDE362. Grayscale: #272727. Windows color (decimal): -15590243 or 10296338. OLE color: 10296338.

HSL color Cylindrical-coordinate representation of color #121C9D: hue angle of 235.68º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #121C9D is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 28 157 -
CMYK 0.89 0.82 0 0.38
HSL 235.68º 0.79% 0.34% -
HSV(B) 235.68º 0.89% 0.62% -
XYZ 6.75 3.39 32.2 -
YUV 39.72 194.19 112.51 -
System Red Green Blue C M Y K H S L
Decimal 18 28 157 0.89 0.82 0 0.38 235.68 0.79 0.34
Hex 12 1C 9D 59 52 0 26 EC 4F 22
Octal 22 34 235 131 122 0 46 354 117 42
Binary 10010 11100 10011101 1011001 1010010 0 100110 11101100 1001111 100010

Color Harmonies of #121C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C9D

Black with #121C9D

Text Example


Text Example

White with #121C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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