Html Css Color HEX #121C9A Ultramarine

📋 copy color: '#121C9A'

red 18 ◦ green 28 ◦ blue 154

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

Shades of Ultramarine #121C9A

Tints of Ultramarine #121C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 77%

R = 9%
G = 14%
B = 77%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#121C9A (or 0x121C9A) is known color: Ultramarine. HEX triplet: 12, 1C and 9A. RGB value is (18,28,154). Sum of RGB (Red+Green+Blue) = 18+28+154=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 154 (60.55% from 255 or 77% from 200); Max value from RGB is 154 - color contains mainly: blue. Hex color #121C9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121C9A is #EDE365. Grayscale: #262626. Windows color (decimal): -15590246 or 10099730. OLE color: 10099730.

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

Color convert

RGB 18 28 154 -
CMYK 0.88 0.82 0 0.40
HSL 235.59º 0.79% 0.34% -
HSV(B) 235.59º 0.88% 0.6% -
XYZ 6.5 3.29 30.86 -
YUV 39.37 192.69 112.75 -
System Red Green Blue C M Y K H S L
Decimal 18 28 154 0.88 0.82 0 0.40 235.59 0.79 0.34
Hex 12 1C 9A 58 52 0 28 EC 4F 22
Octal 22 34 232 130 122 0 50 354 117 42
Binary 10010 11100 10011010 1011000 1010010 0 101000 11101100 1001111 100010

Color Harmonies of #121C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C9A

Black with #121C9A

Text Example


Text Example

White with #121C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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