Html Css Color HEX #121C98 Ultramarine

📋 copy color: '#121C98'

red 18 ◦ green 28 ◦ blue 152

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

Shades of Ultramarine #121C98

Tints of Ultramarine #121C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 76.77%

R = 9.09%
G = 14.14%
B = 76.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

#121C98 (or 0x121C98) is known color: Ultramarine. HEX triplet: 12, 1C and 98. RGB value is (18,28,152). Sum of RGB (Red+Green+Blue) = 18+28+152=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 152 (59.77% from 255 or 76.77% from 198); Max value from RGB is 152 - color contains mainly: blue. Hex color #121C98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121C98 is #EDE367. Grayscale: #262626. Windows color (decimal): -15590248 or 9968658. OLE color: 9968658.

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

Color convert

RGB 18 28 152 -
CMYK 0.88 0.82 0 0.40
HSL 235.52º 0.79% 0.33% -
HSV(B) 235.52º 0.88% 0.6% -
XYZ 6.33 3.23 29.99 -
YUV 39.15 191.69 112.92 -
System Red Green Blue C M Y K H S L
Decimal 18 28 152 0.88 0.82 0 0.40 235.52 0.79 0.33
Hex 12 1C 98 58 52 0 28 EC 4F 21
Octal 22 34 230 130 122 0 50 354 117 41
Binary 10010 11100 10011000 1011000 1010010 0 101000 11101100 1001111 100001

Color Harmonies of #121C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C98

Black with #121C98

Text Example


Text Example

White with #121C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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