Html Css Color HEX #120098 Ultramarine

📋 copy color: '#120098'

red 18 ◦ green 0 ◦ blue 152

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

Shades of Ultramarine #120098

Tints of Ultramarine #120098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 10.59%
G = 0%
B = 89.41%

CMYK

 C value IS 0.88

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#120098 (or 0x120098) is known color: Ultramarine. HEX triplet: 12, 00 and 98. RGB value is (18,0,152). Sum of RGB (Red+Green+Blue) = 18+0+152=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 152 (59.77% from 255 or 89.41% from 170); Max value from RGB is 152 - color contains mainly: blue. Hex color #120098 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120098 is #EDFF67. Grayscale: #161616. Windows color (decimal): -15597416 or 9961490. OLE color: 9961490.

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

Color convert

RGB 18 0 152 -
CMYK 0.88 1 0 0.40
HSL 247.11º 1% 0.3% -
HSV(B) 247.11º 1% 0.6% -
XYZ 5.92 2.4 29.86 -
YUV 22.71 200.96 124.64 -
System Red Green Blue C M Y K H S L
Decimal 18 0 152 0.88 1 0 0.40 247.11 1 0.3
Hex 12 0 98 58 64 0 28 F7 64 1E
Octal 22 0 230 130 144 0 50 367 144 36
Binary 10010 0 10011000 1011000 1100100 0 101000 11110111 1100100 11110

Color Harmonies of #120098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120098

Black with #120098

Text Example


Text Example

White with #120098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120098; }

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

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

background-color css

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

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

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

border-color css

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

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

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