Html Css Color HEX #16139E Ultramarine

📋 copy color: '#16139E'

red 22 ◦ green 19 ◦ blue 158

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

Shades of Ultramarine #16139E

Tints of Ultramarine #16139E

RGB

 RED value IS 22 (8.98% from 255) = 11.06%

 GREEN value IS 19 (7.81% from 255) = 9.55%

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

R = 11.06%
G = 9.55%
B = 79.4%

CMYK

 C value IS 0.86

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#16139E (or 0x16139E) is known color: Ultramarine. HEX triplet: 16, 13 and 9E. RGB value is (22,19,158). Sum of RGB (Red+Green+Blue) = 22+19+158=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 158 (62.11% from 255 or 79.40% from 199); Max value from RGB is 158 - color contains mainly: blue. Hex color #16139E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16139E is #E9EC61. Grayscale: #232323. Windows color (decimal): -15330402 or 10359574. OLE color: 10359574.

HSL color Cylindrical-coordinate representation of color #16139E: hue angle of 241.29º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16139E is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 22 19 158 -
CMYK 0.86 0.88 0 0.38
HSL 241.3º 0.79% 0.35% -
HSV(B) 241.3º 0.88% 0.62% -
XYZ 6.74 3.1 32.59 -
YUV 35.74 196.99 118.2 -
System Red Green Blue C M Y K H S L
Decimal 22 19 158 0.86 0.88 0 0.38 241.3 0.79 0.35
Hex 16 13 9E 56 58 0 26 F1 4F 23
Octal 26 23 236 126 130 0 46 361 117 43
Binary 10110 10011 10011110 1010110 1011000 0 100110 11110001 1001111 100011

Color Harmonies of #16139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16139E

Black with #16139E

Text Example


Text Example

White with #16139E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,19,158); }

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

background-color css

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

 a { background-color: rgb(22,19,158); }

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

border-color css

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

 span { border-color: rgb(22,19,158); }

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