Html Css Color HEX #120698 Ultramarine

📋 copy color: '#120698'

red 18 ◦ green 6 ◦ blue 152

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

Shades of Ultramarine #120698

Tints of Ultramarine #120698

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.41%

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

R = 10.23%
G = 3.41%
B = 86.36%

CMYK

 C value IS 0.88

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#120698 (or 0x120698) is known color: Ultramarine. HEX triplet: 12, 06 and 98. RGB value is (18,6,152). Sum of RGB (Red+Green+Blue) = 18+6+152=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 152 (59.77% from 255 or 86.36% from 176); Max value from RGB is 152 - color contains mainly: blue. Hex color #120698 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120698 is #EDF967. Grayscale: #191919. Windows color (decimal): -15595880 or 9963026. OLE color: 9963026.

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

Color convert

RGB 18 6 152 -
CMYK 0.88 0.96 0 0.40
HSL 244.93º 0.92% 0.31% -
HSV(B) 244.93º 0.96% 0.6% -
XYZ 5.98 2.53 29.88 -
YUV 26.23 198.98 122.13 -
System Red Green Blue C M Y K H S L
Decimal 18 6 152 0.88 0.96 0 0.40 244.93 0.92 0.31
Hex 12 6 98 58 60 0 28 F5 5C 1F
Octal 22 6 230 130 140 0 50 365 134 37
Binary 10010 110 10011000 1011000 1100000 0 101000 11110101 1011100 11111

Color Harmonies of #120698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120698

Black with #120698

Text Example


Text Example

White with #120698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120698; }

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

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

background-color css

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

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

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

border-color css

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

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

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