Html Css Color HEX #120198 Ultramarine

📋 copy color: '#120198'

red 18 ◦ green 1 ◦ blue 152

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

Shades of Ultramarine #120198

Tints of Ultramarine #120198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 10.53%
G = 0.58%
B = 88.89%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#120198 (or 0x120198) is known color: Ultramarine. HEX triplet: 12, 01 and 98. RGB value is (18,1,152). Sum of RGB (Red+Green+Blue) = 18+1+152=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 152 (59.77% from 255 or 88.89% from 171); Max value from RGB is 152 - color contains mainly: blue. Hex color #120198 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120198 is #EDFE67. Grayscale: #161616. Windows color (decimal): -15597160 or 9961746. OLE color: 9961746.

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

Color convert

RGB 18 1 152 -
CMYK 0.88 0.99 0 0.40
HSL 246.76º 0.99% 0.3% -
HSV(B) 246.76º 0.99% 0.6% -
XYZ 5.93 2.42 29.86 -
YUV 23.3 200.63 124.22 -
System Red Green Blue C M Y K H S L
Decimal 18 1 152 0.88 0.99 0 0.40 246.76 0.99 0.3
Hex 12 1 98 58 63 0 28 F7 63 1E
Octal 22 1 230 130 143 0 50 367 143 36
Binary 10010 1 10011000 1011000 1100011 0 101000 11110111 1100011 11110

Color Harmonies of #120198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120198

Black with #120198

Text Example


Text Example

White with #120198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120198; }

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

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

background-color css

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

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

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

border-color css

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

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

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