Html Css Color HEX #12098C Ultramarine

📋 copy color: '#12098C'

red 18 ◦ green 9 ◦ blue 140

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

Shades of Ultramarine #12098C

Tints of Ultramarine #12098C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.39%

 BLUE value IS 140 (55.08% from 255) = 83.83%

R = 10.78%
G = 5.39%
B = 83.83%

CMYK

 C value IS 0.87

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12098C (or 0x12098C) is known color: Ultramarine. HEX triplet: 12, 09 and 8C. RGB value is (18,9,140). Sum of RGB (Red+Green+Blue) = 18+9+140=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 140 (55.08% from 255 or 83.83% from 167); Max value from RGB is 140 - color contains mainly: blue. Hex color #12098C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12098C is #EDF673. Grayscale: #1A1A1A. Windows color (decimal): -15595124 or 9177362. OLE color: 9177362.

HSL color Cylindrical-coordinate representation of color #12098C: hue angle of 244.12º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #12098C is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 9 140 -
CMYK 0.87 0.94 0 0.45
HSL 244.12º 0.88% 0.29% -
HSV(B) 244.12º 0.94% 0.55% -
XYZ 5.08 2.22 24.97 -
YUV 26.63 191.98 121.85 -
System Red Green Blue C M Y K H S L
Decimal 18 9 140 0.87 0.94 0 0.45 244.12 0.88 0.29
Hex 12 9 8C 57 5E 0 2D F4 58 1D
Octal 22 11 214 127 136 0 55 364 130 35
Binary 10010 1001 10001100 1010111 1011110 0 101101 11110100 1011000 11101

Color Harmonies of #12098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12098C

Black with #12098C

Text Example


Text Example

White with #12098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12098C; }

 p { color: rgb(18,9,140); }

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

background-color css

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

 a { background-color: rgb(18,9,140); }

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

border-color css

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

 span { border-color: rgb(18,9,140); }

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