Html Css Color HEX #163082 Sapphire

📋 copy color: '#163082'

red 22 ◦ green 48 ◦ blue 130

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

Shades of Sapphire #163082

Tints of Sapphire #163082

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24%

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

R = 11%
G = 24%
B = 65%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#163082 (or 0x163082) is known color: Sapphire. HEX triplet: 16, 30 and 82. RGB value is (22,48,130). Sum of RGB (Red+Green+Blue) = 22+48+130=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 130 (51.17% from 255 or 65% from 200); Max value from RGB is 130 - color contains mainly: blue. Hex color #163082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163082 is #E9CF7D. Grayscale: #313131. Windows color (decimal): -15323006 or 8531990. OLE color: 8531990.

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

Color convert

RGB 22 48 130 -
CMYK 0.83 0.63 0 0.49
HSL 225.56º 0.71% 0.3% -
HSV(B) 225.56º 0.83% 0.51% -
XYZ 5.42 3.9 21.59 -
YUV 49.57 173.39 108.33 -
System Red Green Blue C M Y K H S L
Decimal 22 48 130 0.83 0.63 0 0.49 225.56 0.71 0.3
Hex 16 30 82 53 3F 0 31 E2 47 1E
Octal 26 60 202 123 77 0 61 342 107 36
Binary 10110 110000 10000010 1010011 111111 0 110001 11100010 1000111 11110

Color Harmonies of #163082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163082

Black with #163082

Text Example


Text Example

White with #163082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163082; }

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

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

background-color css

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

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

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

border-color css

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

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

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