Html Css Color HEX #10119F Ultramarine

📋 copy color: '#10119F'

red 16 ◦ green 17 ◦ blue 159

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

Shades of Ultramarine #10119F

Tints of Ultramarine #10119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 82.81%

R = 8.33%
G = 8.85%
B = 82.81%

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

#10119F (or 0x10119F) is known color: Ultramarine. HEX triplet: 10, 11 and 9F. RGB value is (16,17,159). Sum of RGB (Red+Green+Blue) = 16+17+159=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 159 (62.5% from 255 or 82.81% from 192); Max value from RGB is 159 - color contains mainly: blue. Hex color #10119F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10119F is #EFEE60. Grayscale: #202020. Windows color (decimal): -15724129 or 10424592. OLE color: 10424592.

HSL color Cylindrical-coordinate representation of color #10119F: 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 #10119F is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 17 159 -
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.67 3.01 33.03 -
YUV 32.89 199.17 115.95 -
System Red Green Blue C M Y K H S L
Decimal 16 17 159 0.90 0.89 0 0.38 239.58 0.82 0.34
Hex 10 11 9F 5A 59 0 26 F0 52 22
Octal 20 21 237 132 131 0 46 360 122 42
Binary 10000 10001 10011111 1011010 1011001 0 100110 11110000 1010010 100010

Color Harmonies of #10119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10119F

Black with #10119F

Text Example


Text Example

White with #10119F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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