Html Css Color HEX #16139F Ultramarine

📋 copy color: '#16139F'

red 22 ◦ green 19 ◦ blue 159

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

Shades of Ultramarine #16139F

Tints of Ultramarine #16139F

RGB

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

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

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

R = 11%
G = 9.5%
B = 79.5%

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

#16139F (or 0x16139F) is known color: Ultramarine. HEX triplet: 16, 13 and 9F. RGB value is (22,19,159). Sum of RGB (Red+Green+Blue) = 22+19+159=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 159 (62.5% from 255 or 79.5% from 200); Max value from RGB is 159 - color contains mainly: blue. Hex color #16139F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16139F is #E9EC60. Grayscale: #232323. Windows color (decimal): -15330401 or 10425110. OLE color: 10425110.

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

Color convert

RGB 22 19 159 -
CMYK 0.86 0.88 0 0.38
HSL 241.29º 0.79% 0.35% -
HSV(B) 241.29º 0.88% 0.62% -
XYZ 6.82 3.14 33.05 -
YUV 35.86 197.49 118.12 -
System Red Green Blue C M Y K H S L
Decimal 22 19 159 0.86 0.88 0 0.38 241.29 0.79 0.35
Hex 16 13 9F 56 58 0 26 F1 4F 23
Octal 26 23 237 126 130 0 46 361 117 43
Binary 10110 10011 10011111 1010110 1011000 0 100110 11110001 1001111 100011

Color Harmonies of #16139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16139F

Black with #16139F

Text Example


Text Example

White with #16139F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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