Html Css Color HEX #12098F Ultramarine

📋 copy color: '#12098F'

red 18 ◦ green 9 ◦ blue 143

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

Shades of Ultramarine #12098F

Tints of Ultramarine #12098F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 84.12%

R = 10.59%
G = 5.29%
B = 84.12%

CMYK

 C value IS 0.87

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#12098F (or 0x12098F) is known color: Ultramarine. HEX triplet: 12, 09 and 8F. RGB value is (18,9,143). Sum of RGB (Red+Green+Blue) = 18+9+143=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 143 (56.25% from 255 or 84.12% from 170); Max value from RGB is 143 - color contains mainly: blue. Hex color #12098F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12098F is #EDF670. Grayscale: #1A1A1A. Windows color (decimal): -15595121 or 9373970. OLE color: 9373970.

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

Color convert

RGB 18 9 143 -
CMYK 0.87 0.94 0 0.44
HSL 244.03º 0.88% 0.3% -
HSV(B) 244.03º 0.94% 0.56% -
XYZ 5.31 2.31 26.15 -
YUV 26.97 193.48 121.6 -
System Red Green Blue C M Y K H S L
Decimal 18 9 143 0.87 0.94 0 0.44 244.03 0.88 0.3
Hex 12 9 8F 57 5E 0 2C F4 58 1E
Octal 22 11 217 127 136 0 54 364 130 36
Binary 10010 1001 10001111 1010111 1011110 0 101100 11110100 1011000 11110

Color Harmonies of #12098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12098F

Black with #12098F

Text Example


Text Example

White with #12098F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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