Html Css Color HEX #160690 Ultramarine

📋 copy color: '#160690'

red 22 ◦ green 6 ◦ blue 144

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

Shades of Ultramarine #160690

Tints of Ultramarine #160690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 83.72%

R = 12.79%
G = 3.49%
B = 83.72%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#160690 (or 0x160690) is known color: Ultramarine. HEX triplet: 16, 06 and 90. RGB value is (22,6,144). Sum of RGB (Red+Green+Blue) = 22+6+144=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 144 (56.64% from 255 or 83.72% from 172); Max value from RGB is 144 - color contains mainly: blue. Hex color #160690 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160690 is #E9F96F. Grayscale: #191919. Windows color (decimal): -15333744 or 9438742. OLE color: 9438742.

HSL color Cylindrical-coordinate representation of color #160690: hue angle of 246.96º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #160690 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 22 6 144 -
CMYK 0.85 0.96 0 0.44
HSL 246.96º 0.92% 0.29% -
HSV(B) 246.96º 0.96% 0.56% -
XYZ 5.43 2.31 26.55 -
YUV 26.52 194.3 124.78 -
System Red Green Blue C M Y K H S L
Decimal 22 6 144 0.85 0.96 0 0.44 246.96 0.92 0.29
Hex 16 6 90 55 60 0 2C F7 5C 1D
Octal 26 6 220 125 140 0 54 367 134 35
Binary 10110 110 10010000 1010101 1100000 0 101100 11110111 1011100 11101

Color Harmonies of #160690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160690

Black with #160690

Text Example


Text Example

White with #160690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160690; }

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

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

background-color css

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

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

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

border-color css

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

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

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