Html Css Color HEX #16099D Ultramarine

📋 copy color: '#16099D'

red 22 ◦ green 9 ◦ blue 157

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

Shades of Ultramarine #16099D

Tints of Ultramarine #16099D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 83.51%

R = 11.7%
G = 4.79%
B = 83.51%

CMYK

 C value IS 0.86

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#16099D (or 0x16099D) is known color: Ultramarine. HEX triplet: 16, 09 and 9D. RGB value is (22,9,157). Sum of RGB (Red+Green+Blue) = 22+9+157=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 157 (61.72% from 255 or 83.51% from 188); Max value from RGB is 157 - color contains mainly: blue. Hex color #16099D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16099D is #E9F662. Grayscale: #1D1D1D. Windows color (decimal): -15332963 or 10291478. OLE color: 10291478.

HSL color Cylindrical-coordinate representation of color #16099D: hue angle of 245.27º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #16099D is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 22 9 157 -
CMYK 0.86 0.94 0 0.38
HSL 245.27º 0.89% 0.33% -
HSV(B) 245.27º 0.94% 0.62% -
XYZ 6.51 2.8 32.1 -
YUV 29.76 199.81 122.47 -
System Red Green Blue C M Y K H S L
Decimal 22 9 157 0.86 0.94 0 0.38 245.27 0.89 0.33
Hex 16 9 9D 56 5E 0 26 F5 59 21
Octal 26 11 235 126 136 0 46 365 131 41
Binary 10110 1001 10011101 1010110 1011110 0 100110 11110101 1011001 100001

Color Harmonies of #16099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16099D

Black with #16099D

Text Example


Text Example

White with #16099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16099D; }

 p { color: rgb(22,9,157); }

 H1.HeaderClassName
 {
   color: #16099D;
 }
 .AnyTagClassName
 {
   color: #16099D;
 }
</style>

background-color css

<style>
 a { background-color: #16099D; }

 a { background-color: rgb(22,9,157); }

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

border-color css

<style>
 span { border-color: #16099D; }

 span { border-color: rgb(22,9,157); }

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