Html Css Color HEX #160799 Ultramarine

📋 copy color: '#160799'

red 22 ◦ green 7 ◦ blue 153

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

Shades of Ultramarine #160799

Tints of Ultramarine #160799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 84.07%

R = 12.09%
G = 3.85%
B = 84.07%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#160799 (or 0x160799) is known color: Ultramarine. HEX triplet: 16, 07 and 99. RGB value is (22,7,153). Sum of RGB (Red+Green+Blue) = 22+7+153=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 153 (60.16% from 255 or 84.07% from 182); Max value from RGB is 153 - color contains mainly: blue. Hex color #160799 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160799 is #E9F866. Grayscale: #1B1B1B. Windows color (decimal): -15333479 or 10028822. OLE color: 10028822.

HSL color Cylindrical-coordinate representation of color #160799: hue angle of 246.16º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #160799 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 22 7 153 -
CMYK 0.86 0.95 0 0.4
HSL 246.16º 0.91% 0.31% -
HSV(B) 246.16º 0.95% 0.6% -
XYZ 6.16 2.62 30.32 -
YUV 28.13 198.47 123.63 -
System Red Green Blue C M Y K H S L
Decimal 22 7 153 0.86 0.95 0 0.4 246.16 0.91 0.31
Hex 16 7 99 56 5F 0 28 F6 5B 1F
Octal 26 7 231 126 137 0 50 366 133 37
Binary 10110 111 10011001 1010110 1011111 0 101000 11110110 1011011 11111

Color Harmonies of #160799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160799

Black with #160799

Text Example


Text Example

White with #160799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160799; }

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

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

background-color css

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

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

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

border-color css

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

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

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