Html Css Color HEX #121798 Ultramarine

📋 copy color: '#121798'

red 18 ◦ green 23 ◦ blue 152

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

Shades of Ultramarine #121798

Tints of Ultramarine #121798

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.92%

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

R = 9.33%
G = 11.92%
B = 78.76%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#121798 (or 0x121798) is known color: Ultramarine. HEX triplet: 12, 17 and 98. RGB value is (18,23,152). Sum of RGB (Red+Green+Blue) = 18+23+152=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 152 (59.77% from 255 or 78.76% from 193); Max value from RGB is 152 - color contains mainly: blue. Hex color #121798 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121798 is #EDE867. Grayscale: #232323. Windows color (decimal): -15591528 or 9967378. OLE color: 9967378.

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

Color convert

RGB 18 23 152 -
CMYK 0.88 0.85 0 0.40
HSL 237.76º 0.79% 0.33% -
HSV(B) 237.76º 0.88% 0.6% -
XYZ 6.22 3.01 29.96 -
YUV 36.21 193.34 115.01 -
System Red Green Blue C M Y K H S L
Decimal 18 23 152 0.88 0.85 0 0.40 237.76 0.79 0.33
Hex 12 17 98 58 55 0 28 EE 4F 21
Octal 22 27 230 130 125 0 50 356 117 41
Binary 10010 10111 10011000 1011000 1010101 0 101000 11101110 1001111 100001

Color Harmonies of #121798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121798

Black with #121798

Text Example


Text Example

White with #121798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121798; }

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

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

background-color css

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

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

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

border-color css

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

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

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