Html Css Color HEX #121D9C Ultramarine

📋 copy color: '#121D9C'

red 18 ◦ green 29 ◦ blue 156

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

Shades of Ultramarine #121D9C

Tints of Ultramarine #121D9C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.29%

 BLUE value IS 156 (61.33% from 255) = 76.85%

R = 8.87%
G = 14.29%
B = 76.85%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#121D9C (or 0x121D9C) is known color: Ultramarine. HEX triplet: 12, 1D and 9C. RGB value is (18,29,156). Sum of RGB (Red+Green+Blue) = 18+29+156=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #121D9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121D9C is #EDE263. Grayscale: #272727. Windows color (decimal): -15589988 or 10231058. OLE color: 10231058.

HSL color Cylindrical-coordinate representation of color #121D9C: hue angle of 235.22º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121D9C is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 29 156 -
CMYK 0.88 0.81 0 0.39
HSL 235.22º 0.79% 0.34% -
HSV(B) 235.22º 0.88% 0.61% -
XYZ 6.69 3.41 31.76 -
YUV 40.19 193.36 112.17 -
System Red Green Blue C M Y K H S L
Decimal 18 29 156 0.88 0.81 0 0.39 235.22 0.79 0.34
Hex 12 1D 9C 58 51 0 27 EB 4F 22
Octal 22 35 234 130 121 0 47 353 117 42
Binary 10010 11101 10011100 1011000 1010001 0 100111 11101011 1001111 100010

Color Harmonies of #121D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D9C

Black with #121D9C

Text Example


Text Example

White with #121D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,29,156); }

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

background-color css

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

 a { background-color: rgb(18,29,156); }

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

border-color css

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

 span { border-color: rgb(18,29,156); }

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