Html Css Color HEX #160687 Ultramarine

📋 copy color: '#160687'

red 22 ◦ green 6 ◦ blue 135

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

Shades of Ultramarine #160687

Tints of Ultramarine #160687

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.68%

 BLUE value IS 135 (53.13% from 255) = 82.82%

R = 13.5%
G = 3.68%
B = 82.82%

CMYK

 C value IS 0.84

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#160687 (or 0x160687) is known color: Ultramarine. HEX triplet: 16, 06 and 87. RGB value is (22,6,135). Sum of RGB (Red+Green+Blue) = 22+6+135=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 135 (53.12% from 255 or 82.82% from 163); Max value from RGB is 135 - color contains mainly: blue. Hex color #160687 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160687 is #E9F978. Grayscale: #181818. Windows color (decimal): -15333753 or 8848918. OLE color: 8848918.

HSL color Cylindrical-coordinate representation of color #160687: hue angle of 247.44º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #160687 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 22 6 135 -
CMYK 0.84 0.96 0 0.47
HSL 247.44º 0.91% 0.28% -
HSV(B) 247.44º 0.96% 0.53% -
XYZ 4.77 2.05 23.07 -
YUV 25.49 189.8 125.51 -
System Red Green Blue C M Y K H S L
Decimal 22 6 135 0.84 0.96 0 0.47 247.44 0.91 0.28
Hex 16 6 87 54 60 0 2F F7 5B 1C
Octal 26 6 207 124 140 0 57 367 133 34
Binary 10110 110 10000111 1010100 1100000 0 101111 11110111 1011011 11100

Color Harmonies of #160687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160687

Black with #160687

Text Example


Text Example

White with #160687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160687; }

 p { color: rgb(22,6,135); }

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

background-color css

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

 a { background-color: rgb(22,6,135); }

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

border-color css

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

 span { border-color: rgb(22,6,135); }

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