Html Css Color HEX #160379 Ultramarine

📋 copy color: '#160379'

red 22 ◦ green 3 ◦ blue 121

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

Shades of Ultramarine #160379

Tints of Ultramarine #160379

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.05%

 BLUE value IS 121 (47.66% from 255) = 82.88%

R = 15.07%
G = 2.05%
B = 82.88%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#160379 (or 0x160379) is known color: Ultramarine. HEX triplet: 16, 03 and 79. RGB value is (22,3,121). Sum of RGB (Red+Green+Blue) = 22+3+121=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 121 (47.66% from 255 or 82.88% from 146); Max value from RGB is 121 - color contains mainly: blue. Hex color #160379 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160379 is #E9FC86. Grayscale: #151515. Windows color (decimal): -15334535 or 7930646. OLE color: 7930646.

HSL color Cylindrical-coordinate representation of color #160379: hue angle of 249.66º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #160379 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 22 3 121 -
CMYK 0.82 0.98 0 0.53
HSL 249.66º 0.95% 0.24% -
HSV(B) 249.66º 0.98% 0.47% -
XYZ 3.81 1.62 18.2 -
YUV 22.13 183.79 127.91 -
System Red Green Blue C M Y K H S L
Decimal 22 3 121 0.82 0.98 0 0.53 249.66 0.95 0.24
Hex 16 3 79 52 62 0 35 FA 5F 18
Octal 26 3 171 122 142 0 65 372 137 30
Binary 10110 11 1111001 1010010 1100010 0 110101 11111010 1011111 11000

Color Harmonies of #160379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160379

Black with #160379

Text Example


Text Example

White with #160379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160379; }

 p { color: rgb(22,3,121); }

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

background-color css

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

 a { background-color: rgb(22,3,121); }

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

border-color css

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

 span { border-color: rgb(22,3,121); }

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