Html Css Color HEX #10119E Ultramarine

📋 copy color: '#10119E'

red 16 ◦ green 17 ◦ blue 158

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

Shades of Ultramarine #10119E

Tints of Ultramarine #10119E

RGB

 RED value IS 16 (6.64% from 255) = 8.38%

 GREEN value IS 17 (7.03% from 255) = 8.9%

 BLUE value IS 158 (62.11% from 255) = 82.72%

R = 8.38%
G = 8.9%
B = 82.72%

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10119E (or 0x10119E) is known color: Ultramarine. HEX triplet: 10, 11 and 9E. RGB value is (16,17,158). Sum of RGB (Red+Green+Blue) = 16+17+158=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 158 (62.11% from 255 or 82.72% from 191); Max value from RGB is 158 - color contains mainly: blue. Hex color #10119E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10119E is #EFEE61. Grayscale: #202020. Windows color (decimal): -15724130 or 10359056. OLE color: 10359056.

HSL color Cylindrical-coordinate representation of color #10119E: hue angle of 239.58º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10119E is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 17 158 -
CMYK 0.90 0.89 0 0.38
HSL 239.58º 0.82% 0.34% -
HSV(B) 239.58º 0.9% 0.62% -
XYZ 6.59 2.98 32.58 -
YUV 32.78 198.67 116.04 -
System Red Green Blue C M Y K H S L
Decimal 16 17 158 0.90 0.89 0 0.38 239.58 0.82 0.34
Hex 10 11 9E 5A 59 0 26 F0 52 22
Octal 20 21 236 132 131 0 46 360 122 42
Binary 10000 10001 10011110 1011010 1011001 0 100110 11110000 1010010 100010

Color Harmonies of #10119E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10119E

Black with #10119E

Text Example


Text Example

White with #10119E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10119E; }

 p { color: rgb(16,17,158); }

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

background-color css

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

 a { background-color: rgb(16,17,158); }

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

border-color css

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

 span { border-color: rgb(16,17,158); }

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