Html Css Color HEX #160682 Ultramarine

📋 copy color: '#160682'

red 22 ◦ green 6 ◦ blue 130

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

Shades of Ultramarine #160682

Tints of Ultramarine #160682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 82.28%

R = 13.92%
G = 3.8%
B = 82.28%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#160682 (or 0x160682) is known color: Ultramarine. HEX triplet: 16, 06 and 82. RGB value is (22,6,130). Sum of RGB (Red+Green+Blue) = 22+6+130=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 130 (51.17% from 255 or 82.28% from 158); Max value from RGB is 130 - color contains mainly: blue. Hex color #160682 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160682 is #E9F97D. Grayscale: #181818. Windows color (decimal): -15333758 or 8521238. OLE color: 8521238.

HSL color Cylindrical-coordinate representation of color #160682: hue angle of 247.74º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #160682 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 22 6 130 -
CMYK 0.83 0.95 0 0.49
HSL 247.74º 0.91% 0.27% -
HSV(B) 247.74º 0.95% 0.51% -
XYZ 4.43 1.91 21.26 -
YUV 24.92 187.3 125.92 -
System Red Green Blue C M Y K H S L
Decimal 22 6 130 0.83 0.95 0 0.49 247.74 0.91 0.27
Hex 16 6 82 53 5F 0 31 F8 5B 1B
Octal 26 6 202 123 137 0 61 370 133 33
Binary 10110 110 10000010 1010011 1011111 0 110001 11111000 1011011 11011

Color Harmonies of #160682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160682

Black with #160682

Text Example


Text Example

White with #160682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160682; }

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

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

background-color css

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

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

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

border-color css

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

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

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