Html Css Color HEX #16079D Ultramarine

📋 copy color: '#16079D'

red 22 ◦ green 7 ◦ blue 157

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

Shades of Ultramarine #16079D

Tints of Ultramarine #16079D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.76%

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

R = 11.83%
G = 3.76%
B = 84.41%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#16079D (or 0x16079D) is known color: Ultramarine. HEX triplet: 16, 07 and 9D. RGB value is (22,7,157). Sum of RGB (Red+Green+Blue) = 22+7+157=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 157 (61.72% from 255 or 84.41% from 186); Max value from RGB is 157 - color contains mainly: blue. Hex color #16079D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16079D is #E9F862. Grayscale: #1C1C1C. Windows color (decimal): -15333475 or 10290966. OLE color: 10290966.

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

Color convert

RGB 22 7 157 -
CMYK 0.86 0.96 0 0.38
HSL 246º 0.91% 0.32% -
HSV(B) 246º 0.96% 0.62% -
XYZ 6.49 2.76 32.09 -
YUV 28.59 200.47 123.3 -
System Red Green Blue C M Y K H S L
Decimal 22 7 157 0.86 0.96 0 0.38 246 0.91 0.32
Hex 16 7 9D 56 60 0 26 F6 5B 20
Octal 26 7 235 126 140 0 46 366 133 40
Binary 10110 111 10011101 1010110 1100000 0 100110 11110110 1011011 100000

Color Harmonies of #16079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16079D

Black with #16079D

Text Example


Text Example

White with #16079D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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