Html Css Color HEX #121998 Ultramarine

📋 copy color: '#121998'

red 18 ◦ green 25 ◦ blue 152

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

Shades of Ultramarine #121998

Tints of Ultramarine #121998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.82%

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

R = 9.23%
G = 12.82%
B = 77.95%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#121998 (or 0x121998) is known color: Ultramarine. HEX triplet: 12, 19 and 98. RGB value is (18,25,152). Sum of RGB (Red+Green+Blue) = 18+25+152=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 152 (59.77% from 255 or 77.95% from 195); Max value from RGB is 152 - color contains mainly: blue. Hex color #121998 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121998 is #EDE667. Grayscale: #242424. Windows color (decimal): -15591016 or 9967890. OLE color: 9967890.

HSL color Cylindrical-coordinate representation of color #121998: hue angle of 236.87º 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 #121998 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 25 152 -
CMYK 0.88 0.84 0 0.40
HSL 236.87º 0.79% 0.33% -
HSV(B) 236.87º 0.88% 0.6% -
XYZ 6.26 3.09 29.97 -
YUV 37.39 192.68 114.17 -
System Red Green Blue C M Y K H S L
Decimal 18 25 152 0.88 0.84 0 0.40 236.87 0.79 0.33
Hex 12 19 98 58 54 0 28 ED 4F 21
Octal 22 31 230 130 124 0 50 355 117 41
Binary 10010 11001 10011000 1011000 1010100 0 101000 11101101 1001111 100001

Color Harmonies of #121998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121998

Black with #121998

Text Example


Text Example

White with #121998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121998; }

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

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

background-color css

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

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

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

border-color css

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

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

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